/* CSS Document */
@font-face {
  font-family: 'dms';
  src: url("css/fonts/dmsans-bold-webfont.woff2") format("woff2"), url("css/fonts/dmsans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'dms';
  src: url("css/fonts/dmsans-bolditalic-webfont.woff2") format("woff2"), url("css/fonts/dmsans-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'dms';
  src: url("css/fonts/dmsans-italic-webfont.woff2") format("woff2"), url("css/fonts/dmsans-italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'dms';
  src: url("css/fonts/dmsans-medium-webfont.woff2") format("woff2"), url("css/fonts/dmsans-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'dms';
  src: url("css/fonts/dmsans-mediumitalic-webfont.woff2") format("woff2"), url("css/fonts/dmsans-mediumitalic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'dms';
  src: url("css/fonts/dmsans-regular-webfont.woff2") format("woff2"), url("css/fonts/dmsans-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'dms';
  src: url("css/fonts/dmsans-regularitalic-webfont.woff2") format("woff2"), url("css/fonts/dmsans-regularitalic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic; }
body, html {
  font-family: 'dms', sans-serif;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
  color: #000;
  font-weight: 400; }

body {
  opacity: 0;
  transition: opacity .7s ease;
  min-height: 100vh; }

div.ranger {
  display: flex;
  flex-wrap: wrap; }

div.container {
  width: 100%;
  max-width: 100%;
  padding: 0 40px; }
  @media (max-width: 767px) {
    div.container {
      padding: 0 25px; } }

a {
  color: #6FB544; }

.bar1, .bar2, .bar3 {
  width: 39px;
  height: 3px;
  background-color: #000;
  margin: 6px 0;
  transition: 0.4s;
  border-radius: 0px; }

/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 6px);
  transform: rotate(-45deg) translate(-7px, 6px); }

/* Fade out the second bar */
.change .bar2 {
  opacity: 0; }

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -5px);
  transform: rotate(45deg) translate(-6px, -5px); }

.slick-slide:focus, .slick-slide a {
  outline: none; }

button {
  background-color: #6FB544;
  color: #fff;
  border-radius: 10px;
  font-size: 1.25rem;
  text-transform: none;
  border: none;
  height: 59px;
  padding: 0 35px;
  display: block;
  margin: 0 auto;
  transition: all .5s ease;
  letter-spacing: .5px; }
button.bouton-etiquette{
	height: 40px;
	background-color: #fff;
	color: #6FB544;
	border: 2px solid #6FB544;
	display: block;
	margin: unset;
	float: right;
	font-size: 14px;
	margin: 0 0px 0 40px;
}
button.bouton-etiquette:hover{
	background-color: #6FB544;
}
  @media (max-width: 767px) {
    button {
      font-size: .75rem;
      height: 37px;
      border-radius: 5px; } }
  button:hover {
    background-color: #000;
    color: #fff; }
  button#recherche {
    margin: 0; }
button.mod{
    background-color: transparent;
    border: 2px solid #6FB544;
    height: 40px;
    color: #6FB544;
    margin-top: 5px;
    font-size: 14px;
    padding: 0;
    background-color: #fff;
    width: 150px;
}
header {
  padding: 20px 0; }
  header div.container div.ranger {
    justify-content: space-between;
    align-items: flex-end; }
    header div.container div.ranger div.colonne:nth-child(1) {
      width: 168px; }
      @media (max-width: 767px) {
        header div.container div.ranger div.colonne:nth-child(1) {
          width: 100%; }
          header div.container div.ranger div.colonne:nth-child(1) img {
            width: 168px;
            display: block;
            margin: 0 auto; } }
    header div.container div.ranger div.colonne:nth-child(2) {
      width: auto; }
      @media (max-width: 767px) {
        header div.container div.ranger div.colonne:nth-child(2) {
          width: 100%; } }
      header div.container div.ranger div.colonne:nth-child(2) a.retour {
        color: #000;
        padding-left: 20px;
        position: relative; }
        @media (max-width: 767px) {
          header div.container div.ranger div.colonne:nth-child(2) a.retour {
            float: right;
            margin-top: 20px; } }
        header div.container div.ranger div.colonne:nth-child(2) a.retour:before {
          content: '';
          width: 7px;
          height: 14px;
          background-image: url("images/arrow-left-black.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          position: absolute; }
  header.dashboard {
    border-bottom: 1px solid rgba(0, 35, 51, 0.2);
    padding: 10px 0; }
    header.dashboard div.container {
      padding: 0 40px; }
  header.accueil {
    background-image: linear-gradient(black, black, black, rgba(0, 0, 0, 0));
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
    z-index: 9; }
    header.accueil div.container {
      max-width: 1480px; }
      header.accueil div.container div.ranger div.colonne:nth-child(1) {
        padding: 0; }
      @media (max-width: 767px) {
        header.accueil div.container div.ranger div.colonne:nth-child(2) nav {
          display: block;
          margin: 20px auto; } }
      @media (max-width: 767px) {
        header.accueil div.container div.ranger div.colonne:nth-child(2) nav {
          display: none; } }
      header.accueil div.container div.ranger div.colonne:nth-child(2) nav ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0;
        padding: 0; }
        @media (max-width: 1279px) {
          header.accueil div.container div.ranger div.colonne:nth-child(2) nav ul {
            justify-content: center; } }
        header.accueil div.container div.ranger div.colonne:nth-child(2) nav ul li {
          margin: 0;
          padding: 0; }
          header.accueil div.container div.ranger div.colonne:nth-child(2) nav ul li a {
            display: block;
            padding: 10px 22px;
            color: #fff;
            font-weight: 500; }
          header.accueil div.container div.ranger div.colonne:nth-child(2) nav ul li.bouton {
            margin-left: 10px; }
            header.accueil div.container div.ranger div.colonne:nth-child(2) nav ul li.bouton a {
              background-color: #6FB544;
              border-radius: 10px; }
      header.accueil div.container div.ranger div.colonne:nth-child(2) #bouton-mobile {
        display: none;
        float: right;
        cursor: pointer; }
        header.accueil div.container div.ranger div.colonne:nth-child(2) #bouton-mobile .bar1, header.accueil div.container div.ranger div.colonne:nth-child(2) #bouton-mobile .bar2, header.accueil div.container div.ranger div.colonne:nth-child(2) #bouton-mobile .bar3 {
          background-color: #fff; }
        @media (max-width: 767px) {
          header.accueil div.container div.ranger div.colonne:nth-child(2) #bouton-mobile {
            display: block; } }
.ranger-search{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.ranger-search input{
	max-width: 300px;
}
.ranger-search button{
	margin: initial;
}
div#menu-sec {
  display: none;
  z-index: 8;
  background-color: #000;
  padding-top: 150px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  min-height: 100vh; }
  div#menu-sec ul li a {
    display: block;
    padding: 10px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff; }
  div#menu-sec ul li.bouton a {
    background-color: #6FB544;
    padding: 10px 25px; }

section#entete {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  min-height: 58vw;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden; }
  @media (max-width: 1279px) {
    section#entete {
      min-height: 70vw; } }
  @media (max-width: 767px) {
    section#entete {
      min-height: 100vw; } }
  section#entete:before {
    content: '';
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), black); }
  section#entete div.container {
    position: relative;
    height: inherit;
    min-height: inherit;
    max-width: 1480px; }
    section#entete div.container div.texte {
      color: #fff;
      text-align: center;
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 95%; }
      section#entete div.container div.texte h1 {
        font-size: 6rem;
        font-weight: 700;
        margin-bottom: 2rem;
        margin-top: 0;
        line-height: 1.05; }
        @media (max-width: 1279px) {
          section#entete div.container div.texte h1 {
            font-size: 3.5rem; } }
        @media (max-width: 767px) {
          section#entete div.container div.texte h1 {
            font-size: 2.5rem; } }
        @media (max-width: 399px) {
          section#entete div.container div.texte h1 {
            font-size: 2rem; } }
      section#entete div.container div.texte h3 {
        color: #6FB544;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.25;
        letter-spacing: 1.5px; }
        @media (max-width: 399px) {
          section#entete div.container div.texte h3 {
            font-size: 1.125rem;
            margin-top: 2em; } }
      section#entete div.container div.texte p {
        font-size: 1.125rem;
        color: #fff;
        line-height: 1.875rem;
        display: block;
        max-width: 520px;
        margin: 0 auto; }
        @media (max-width: 399px) {
          section#entete div.container div.texte p {
            font-size: 1rem; } }
      section#entete div.container div.texte button {
        margin-top: 2rem; }

section#video {
  background-color: #000;
  color: #fff;
  padding-bottom: 180px; }
  @media (max-width: 767px) {
    section#video {
      padding-bottom: 100px; } }
  section#video div.container {
    max-width: 1480px; }
    section#video div.container div.ranger div.colonne {
      width: 55%; }
      @media (max-width: 767px) {
        section#video div.container div.ranger div.colonne {
          width: 100%; } }
      section#video div.container div.ranger div.colonne:nth-child(2) {
        padding-top: 100px;
        width: 45%; }
        @media (max-width: 767px) {
          section#video div.container div.ranger div.colonne:nth-child(2) {
            width: 100%;
            padding-top: 0px; } }
  section#video h3 {
    color: #6FB544;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 1.5px; }
    @media (max-width: 399px) {
      section#video h3 {
        font-size: 1.125rem; } }
  section#video h2 {
    font-size: 6rem;
    font-weight: 700;
    margin-bottom: 2rem;
    margin-top: 0;
    line-height: 1.05; }
    @media (max-width: 1279px) {
      section#video h2 {
        font-size: 3.5rem; } }
    @media (max-width: 767px) {
      section#video h2 {
        font-size: 2.5rem; } }
    @media (max-width: 399px) {
      section#video h2 {
        font-size: 2rem; } }
  section#video p {
    font-size: 1.125rem;
    color: #fff;
    line-height: 1.875rem; }
  section#video div.video {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 24px; }
  section#video div.video div.videoWrapper {
    position: absolute;
    width: calc( 100% - 0% );
    top: 0px;
    left: 0;
    right: 6%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #fff; }
  section#video div.video div.videoWrapper iframe {
    position: absolute;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 1.5s ease; }
  section#video div.video div.absolute img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  section#video div.video div.absolute {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer; }
  section#video div.video div.absolute:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    position: absolute;
    mix-blend-mode: multiply; }
  section#video div.video div.absolute:after {
    content: '';
    position: absolute;
    z-index: 4;
    width: 140px;
    height: 140px;
    background-image: url("images/play.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer; }
    @media (max-width: 767px) {
      section#video div.video div.absolute:after {
        width: 60px;
        height: 60px; } }

section#apropos {
  background-color: #000F28;
  padding: 246px 0 120px;
  color: #fff; }
  @media (max-width: 767px) {
    section#apropos {
      padding: 100px 0 100px; } }
  section#apropos div.container {
    max-width: 1480px; }
    section#apropos div.container div.ranger div.colonne {
      width: 55%; }
      section#apropos div.container div.ranger div.colonne:nth-child(2) {
        padding-left: 90px;
        width: 45%; }
        @media (max-width: 767px) {
          section#apropos div.container div.ranger div.colonne:nth-child(2) {
            width: 100%;
            padding-left: 0;
            margin-top: 30px; } }
        section#apropos div.container div.ranger div.colonne:nth-child(2) img {
          box-shadow: 30px 30px 0 0 #002756; }
      @media (max-width: 767px) {
        section#apropos div.container div.ranger div.colonne {
          width: 100%; } }
  section#apropos h3 {
    color: #6FB544;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 1.5px; }
    @media (max-width: 399px) {
      section#apropos h3 {
        font-size: 1.25rem; } }
  section#apropos h2 {
    font-size: 6rem;
    font-weight: 700;
    margin-bottom: 2rem;
    margin-top: 0;
    line-height: 1.05; }
    @media (max-width: 1279px) {
      section#apropos h2 {
        font-size: 3.5rem; } }
    @media (max-width: 767px) {
      section#apropos h2 {
        font-size: 2.5rem; } }
    @media (max-width: 399px) {
      section#apropos h2 {
        font-size: 2rem; } }
  section#apropos p {
    font-size: 1.125rem;
    color: #fff;
    line-height: 1.875rem;
    max-width: 510px;
    display: block;
    margin-top: 1rem; }
  section#apropos button {
    background-color: transparent;
    border: 1px solid #6FB544;
    color: #6FB544;
    margin: 2rem 0 0; }

section#service {
  background-color: #000F28;
  padding: 155px 0 215px;
  color: #fff;
  position: relative; }
  @media (max-width: 767px) {
    section#service {
      padding: 100px 0 100px; } }
  section#service:before {
    content: '';
    position: absolute;
    right: -100px;
    top: 130px;
    width: 40%;
    height: 500px;
    background-image: url("images/auto.svg");
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      section#service:before {
        top: 0;
        right: -100px;
        width: 80%; } }
  section#service h3 {
    color: #6FB544;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 1.5px; }
    @media (max-width: 399px) {
      section#service h3 {
        font-size: 1.25rem; } }
  section#service h2 {
    font-size: 6rem;
    font-weight: 700;
    margin-bottom: 2rem;
    margin-top: 0;
    line-height: 1.05; }
    @media (max-width: 1279px) {
      section#service h2 {
        font-size: 3.5rem; } }
    @media (max-width: 767px) {
      section#service h2 {
        font-size: 2.5rem; } }
    @media (max-width: 399px) {
      section#service h2 {
        font-size: 2rem; } }
  section#service p {
    font-size: 1.125rem;
    color: #fff;
    line-height: 1.875rem;
    max-width: 510px;
    display: block;
    margin-top: 1rem; }
  section#service div.container {
    max-width: 1480px; }
    section#service div.container div.ranger {
      margin-top: 96px; }
      section#service div.container div.ranger div.colonne {
        width: 20%;
        padding-right: 50px; }
        section#service div.container div.ranger div.colonne img {
          width: 75%;
          height: auto;
          padding-right: 5px;
        }
        section#service div.container div.ranger div.colonne span.number {
          width: 48px;
          height: 48px;
          border-radius: 50%;
          background-color: #6FB544;
          position: relative;
          display: block; }
          section#service div.container div.ranger div.colonne span.number span {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            font-size: 1.5rem;
            font-weight: 700; }
        section#service div.container div.ranger div.colonne p {
          max-width: 100%; }
        @media (max-width: 767px) {
          section#service div.container div.ranger div.colonne {
            width: 50%; 
			  margin-bottom: 40px;
			} }
        @media (max-width: 767px) {
          section#service div.container div.ranger div.colonne {
            width: 100%;
            padding-right: 0; } }

section#faq {
  padding: 160px 0 167px;
  background-color: #002756;
  color: #fff;
  text-align: center; }
  section#faq h2 {
    font-size: 6rem;
    font-weight: 700;
    margin-bottom: 2rem;
    margin-top: 0;
    line-height: 1.05; }
    @media (max-width: 1279px) {
      section#faq h2 {
        font-size: 3.5rem; } }
    @media (max-width: 767px) {
      section#faq h2 {
        font-size: 2.5rem; } }
    @media (max-width: 399px) {
      section#faq h2 {
        font-size: 2rem; } }
  section#faq p {
    font-size: 1.125rem;
    color: #fff;
    line-height: 1.875rem;
    max-width: 530px;
    display: block;
    margin: 1rem auto 1rem; }
  section#faq div.container {
    max-width: 1480px; }
    section#faq div.container div.faq {
      margin-top: 85px; }
    section#faq div.container div.accordeon {
      margin-bottom: 28px; }
      section#faq div.container div.accordeon div.titre {
        width: 100%;
        background-color: transparent;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px 75px 20px 25px;
        position: relative;
        transition: all .5s ease;
        cursor: pointer;
        border: 1px solid #fff;
        text-align: left;
        margin-bottom: 0; }
        section#faq div.container div.accordeon div.titre.active {
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0; }
          section#faq div.container div.accordeon div.titre.active:after {
            transform: translateY(-50%) rotate(-180deg); }
          section#faq div.container div.accordeon div.titre.active h5 {
            color: #6FB544; }
        section#faq div.container div.accordeon div.titre:after {
          transition: all .5s ease;
          content: '';
          position: absolute;
          right: 20px;
          top: 50%;
          transform: translateY(-50%);
          width: 20px;
          height: 40px;
          background-image: url("images/fleche-bas.svg");
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat; }
        section#faq div.container div.accordeon div.titre h5 {
          color: #fff;
          font-size: 1.5rem;
          line-height: 1;
          font-weight: 500;
          margin: 0;
          text-align: left; }
      section#faq div.container div.accordeon div.contents {
        display: none;
        padding: 10px 50px;
        text-align: left;
        border: 1px solid #fff;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top: none; }
        section#faq div.container div.accordeon div.contents p {
          max-width: 100%;
          text-align: left; }

footer.accueil {
  background-color: #000F28;
  padding: 150px 0 20px; }
  footer.accueil div.container {
    max-width: 1480px; }
    footer.accueil div.container div.ranger div.colonne {
      width: 50%; }
      @media (max-width: 767px) {
        footer.accueil div.container div.ranger div.colonne {
          width: 100%; } }
      footer.accueil div.container div.ranger div.colonne a {
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        font-size: 1.25rem; }
  footer.accueil h2 {
    font-size: 6rem;
    font-weight: 700;
    margin-bottom: 3rem;
    margin-top: 0;
    line-height: 1.05; }
    @media (max-width: 1279px) {
      footer.accueil h2 {
        font-size: 3.5rem; } }
    @media (max-width: 767px) {
      footer.accueil h2 {
        font-size: 2.5rem; } }
    @media (max-width: 399px) {
      footer.accueil h2 {
        font-size: 2rem; } }
  footer.accueil p {
    font-size: 1.125rem;
    color: #fff;
    line-height: 1.875rem;
    max-width: 530px;
    display: block;
    margin: 2rem 0 1rem !important; }
  footer.accueil a {
    color: #fff; }
  footer.accueil #form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #597EB0;
    opacity: 1;
    /* Firefox */
    font-weight: 400; }
  footer.accueil #form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #597EB0;
    font-weight: 400; }
  footer.accueil #form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #597EB0;
    font-weight: 400; }
  footer.accueil #form input, footer.accueil #form textarea {
    border: 1px solid #597EB0;
    border-radius: 10px;
    background-color: transparent;
    height: 72px;
    padding: 0 25px;
    box-shadow: none;
    color: #fff;
    font-size: 1.25em;
    font-weight: 400; }
  footer.accueil #form textarea {
    height: 172px;
    padding: 25px; }
  footer.accueil #form button {
    background-color: #6FB544;
    color: #fff;
    font-family: 'dms', sans-serif;
    font-size: 1.125rem;
    padding: 0 50px;
    height: 56px;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    font-weight: 500;
    margin-top: 0; }
  footer.accueil #form button.messenger {
    background-color: #002756 !important;
    border-radius: 10px;
    height: 93px !important;
    padding: 0 20px 0 80px;
    background-image: url("images/messenger.png");
    background-size: 40px;
    background-position: left 20px center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 0.963rem;
    font-weight: 400;
    margin: 0;
    margin-top: 54px; }
    @media (max-width: 767px) {
      footer.accueil #form button.messenger {
        margin-bottom: 30px; } }
  footer.accueil #form .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 30px; }
  footer.accueil hr {
    border-top: 1px solid #597EB0;
    width: 100%;
    margin-top: 200px;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      footer.accueil hr {
        margin-top: 100px; } }
  footer.accueil div.ranger-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    footer.accueil div.ranger-menu div.logo {
      width: 280px; }
      footer.accueil div.ranger-menu div.logo img {
        width: 100%; }
      @media (max-width: 767px) {
        footer.accueil div.ranger-menu div.logo {
          width: 100%; }
          footer.accueil div.ranger-menu div.logo img {
            width: 280px;
            display: block;
            margin: 0 auto; } }
    @media (max-width: 767px) {
      footer.accueil div.ranger-menu div.menu {
        width: 100%;
        padding-top: 60px; } }
    footer.accueil div.ranger-menu div.menu nav {
      padding-right: 50px; }
      @media (max-width: 767px) {
        footer.accueil div.ranger-menu div.menu nav {
          padding-right: 0; } }
      footer.accueil div.ranger-menu div.menu nav ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        footer.accueil div.ranger-menu div.menu nav ul li {
          margin: 0;
          padding: 0; }
          footer.accueil div.ranger-menu div.menu nav ul li a {
            display: block;
            padding: 10px 0;
            color: #fff;
            font-size: 1.25rem;
            font-weight: 700;
            line-height: 1; }
            @media (max-width: 767px) {
              footer.accueil div.ranger-menu div.menu nav ul li a {
                text-align: center; } }
  footer.accueil div.copy p {
    margin: 0;
    color: #597EB0;
    text-align: left;
    font-weight: 400;
    font-size: .875rem;
    max-width: 100%; }
    @media (max-width: 767px) {
      footer.accueil div.copy p {
        text-align: center; } }
    footer.accueil div.copy p a {
      color: #597EB0; }

label {
  text-align: left;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.25;
  margin: 0 0 15px;
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: 'dms', sans-serif; }

input {
  font-size: 1.25rem;
  color: #969696;
  padding: 0 20px;
  border: 1px solid #969696;
  border-radius: 10px;
  box-shadow: none;
  width: 100%;
  height: 59px;
  font-weight: 400;
  padding-right: 10px;
  background-color: #fff;
  font-family: 'dms', sans-serif; }
  @media (max-width: 767px) {
    input {
      height: 37px;
      font-size: .875rem; } }
  input.error {
    border-color: #F01832; }
  input#search {
    width: 300px;
    float: left;
    margin-right: 10px; }
    @media (max-width: 767px) {
      input#search {
        width: 100%;
        margin-bottom: 40px; } }
.page-template-creer-compte-entreprise input, .page-template-creer-compte-entreprise select{
    font-size: 1rem;
}
textarea {
  font-size: 1.25rem;
  color: #969696;
  padding: 20px;
  border: 1px solid #969696;
  border-radius: 10px;
  box-shadow: none;
  width: 100%;
  height: 100px;
  font-weight: 400;
  padding-right: 50px;
  background-color: #fff;
  font-family: 'dms', sans-serif; }
  @media (max-width: 767px) {
    textarea {
      height: 80px;
      font-size: .875rem; } }
  textarea.error {
    border-color: #F01832; }

input:focus, textarea:focus {
  color: #6FB544;
  border-color: #6FB544; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #969696;
  opacity: 1;
  /* Firefox */
  font-style: italic; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #969696;
  font-style: italic; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #969696;
  font-style: italic; }

.error::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F01832;
  opacity: 1;
  /* Firefox */
  font-style: italic; }
.error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #F01832;
  font-style: italic; }
.error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #F01832;
  font-style: italic; }

:focus {
  outline: none; }

.sous_titre, section#connexion div.container h2, section#creer-compte div.container h2, section#succes div.container h2 {
  text-align: center;
  text-transform: none;
  font-size: 2rem;
  line-height: 1.25;
  margin: 0 0 20px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #000; }

.titre, section#connexion div.container h1, section#creer-compte div.container h1, section#succes div.container h1 {
  text-align: center;
  text-transform: none;
  font-size: 3.5rem;
  line-height: 1.25;
  margin: 0 0 30px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #000; }
  @media (max-width: 767px) {
    .titre, section#connexion div.container h1, section#creer-compte div.container h1, section#succes div.container h1 {
      font-size: 2rem; } }

.liens {
  font-size: .875rem;
  line-height: 1.25; }

.title_dashboard, section.entreprise div.ranger.header div.colonne h1, section.employe div.ranger.header div.colonne h1 {
  font-size: 1.563rem;
  line-height: 1.875rem;
  margin: 0;
  font-weight: 500;
  clear: both;
  display: block;
  width: 100%; }

p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.188rem; }

label.custom {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

label.custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 1px solid #6FB544;
  border-radius: 5px;
  font-weight: 500; }

label.custom:hover input ~ .checkmark {
  background-color: #fff;
  border: 1px solid #6FB544;
  border-radius: 5px; }

label.custom input:checked ~ .checkmark {
  background-color: #6FB544; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

label.custom input:checked ~ .checkmark:after {
  display: block; }

label.custom .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.25rem;
  color: #969696;
  padding: 0 20px;
  border: 1px solid #969696;
  border-radius: 10px;
  box-shadow: none;
  width: 100%;
  height: 59px;
  background-color: #fff;
  background-image: url("images/arrow-down-gray.svg");
  background-size: 14px;
  background-position: right 15px center;
  background-repeat: no-repeat;
  font-weight: 400;
  font-style: italic;
  padding-right: 40px; }
  @media (max-width: 767px) {
    select {
      height: 37px;
      font-size: .875rem;
      background-size: 23px;
      width: 100%;
      margin-bottom: 40px; } }
  select.error {
    border-color: #F01832;
    color: #F01832; }
  select#trie, select#trie-entrepot {
    width: auto;
    float: left;
    margin-right: 10px; }
	select#trie-entrepot{
		margin-left: 10px;
	}
    @media (max-width: 767px) {
      select#trie, select#trie-entrepot {
        width: 100%;
        margin-bottom: 40px;
		margin-left: 0;
		} }

p.center {
  text-align: center; }

section#connexion {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: calc( 100vh - 134px ); }
  section#connexion.verification img.abs {
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px; }
  section#connexion div.container {
    max-width: 589px;
    margin-bottom: 100px; }
    section#connexion div.container input#user {
      margin-bottom: 40px; }
    section#connexion div.container h1 {
      margin-bottom: 56px; }
    section#connexion div.container a {
      margin: 0px auto 75px;
      text-align: center;
      display: block;
      color: #F01832; }
      section#connexion div.container a.account {
        margin-bottom: 0; }
    section#connexion div.container p.inscrire {
      text-align: center;
      margin: 60px 0px 40px;
      font-size: 1.5rem;
      line-height: 1.1;
      color: #969696; }
      section#connexion div.container p.inscrire a {
        display: inline-block;
        color: #6FB544;
        text-decoration: underline;
        font-weight: 500; }
    section#connexion div.container .rest-connect {
      display: block; }
    section#connexion div.container div.relative {
      position: relative;
      z-index: 1;
      margin-bottom: 40px; }
      section#connexion div.container div.relative div.absolute {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        width: 35px;
        height: 35px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer; }
        @media (max-width: 767px) {
          section#connexion div.container div.relative div.absolute {
            width: 20px;
            height: 20px; } }
        section#connexion div.container div.relative div.absolute#show, section#connexion div.container div.relative div.absolute#show-new, section#connexion div.container div.relative div.absolute#show-new-again {
          z-index: 3;
          background-image: url("images/show.svg"); }
        section#connexion div.container div.relative div.absolute#hide, section#connexion div.container div.relative div.absolute#hide-new, section#connexion div.container div.relative div.absolute#hide-new-again {
          z-index: 2;
          background-image: url("images/hide.svg");
          display: none; }
  section#connexion.inscription-employe:before, section#connexion.inscription-employe:after {
    content: none; }
  section#connexion.inscription-employe label.custom {
    text-transform: none;
    font-size: 1rem; }
  section#connexion.inscription-employe div.checkbox {
    display: table;
    margin: 0 auto 40px; }
  section#connexion.inscription-employe h2 {
    color: #6FB544; }

.message {
  border: 1px solid #000;
  padding: 10px 20px;
  margin-bottom: 40px; }
  .message p {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    margin: 0; }

section#creer-compte {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: calc( 100vh - 82px ); }
  section#creer-compte div.container {
    max-width: 850px;
    margin-bottom: 100px; }
    section#creer-compte div.container h1 {
      margin-bottom: 80px; }
    section#creer-compte div.container div.ranger {
      width: calc( 100% + 30px );
      margin-left: -15px;
      margin-right: -15px; }
      section#creer-compte div.container div.ranger span.error {
        position: absolute;
        left: 15px;
        bottom: 20px;
        color: #F01832;
        font-size: 0.938rem; }
      section#creer-compte div.container div.ranger div.colonne {
        width: 50%;
        padding: 0 15px;
        position: relative; }
        @media (max-width: 767px) {
          section#creer-compte div.container div.ranger div.colonne {
            width: 100%; } }
        section#creer-compte div.container div.ranger div.colonne input {
          margin-bottom: 40px; }
section#creer-compte div.container div.ranger div.colonne label.red{
    position: absolute;
    top: 0;
    left: 15;
    color: #f00;
    font-size: .875rem;
    transform: translateY(-100%);
    text-transform: uppercase;
}
section#creer-compte div.container div.ranger div.colonne{
    position: relative;
}
        section#creer-compte div.container div.ranger div.colonne label.custom {
          margin-bottom: 20px; }
          section#creer-compte div.container div.ranger div.colonne label.custom a {
            color: #000; }
        section#creer-compte div.container div.ranger div.colonne.ranger {
          width: calc( 50% + 30px );
          margin-left: -15px;
          margin-right: -15px; }
          @media (max-width: 767px) {
            section#creer-compte div.container div.ranger div.colonne.ranger {
              width: calc( 100% + 30px ); } }
      section#creer-compte div.container div.ranger div.col-3 {
        width: 33.3333%;
        padding: 0 15px;
        position: relative; }
        @media (max-width: 767px) {
          section#creer-compte div.container div.ranger div.col-3 {
            width: 100%; } }
        section#creer-compte div.container div.ranger div.col-3 input {
          margin-bottom: 40px; }
        section#creer-compte div.container div.ranger div.col-3 label.custom {
          margin-bottom: 20px; }
          section#creer-compte div.container div.ranger div.col-3 label.custom a {
            color: #000; }
    section#creer-compte div.container button {
      margin: 80px auto 0;
      display: block; }
    section#creer-compte div.container div.relative {
      position: relative;
      z-index: 1;
      margin-bottom: 40px; }
      section#creer-compte div.container div.relative input {
        margin-bottom: 0 !important; }
      section#creer-compte div.container div.relative div.absolute {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        width: 35px;
        height: 35px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer; }
        @media (max-width: 767px) {
          section#creer-compte div.container div.relative div.absolute {
            width: 23px;
            height: 23px; } }
        section#creer-compte div.container div.relative div.absolute#show, section#creer-compte div.container div.relative div.absolute#show2 {
          z-index: 3;
          background-image: url("images/show.svg"); }
        section#creer-compte div.container div.relative div.absolute#hide, section#creer-compte div.container div.relative div.absolute#hide2 {
          z-index: 2;
          background-image: url("images/hide.svg");
          display: none; }
  section#creer-compte p.connect {
    color: #969696;
    text-align: center;
    margin-top: 40px;
    font-size: 1.125rem; }
    section#creer-compte p.connect a {
      text-decoration: underline;
      color: #6FB544;
      font-weight: 500; }

section#succes {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: calc( 100vh - 82px ); }
  section#succes div.container {
    max-width: 800px;
    margin-bottom: 100px; }
    section#succes div.container h2 {
      margin-bottom: 40px; }
    section#succes div.container h1 {
      margin-bottom: 0; }
    section#succes div.container p {
      text-align: center;
      font-size: 1.25em;
      line-height: 1.875rem; }
    section#succes div.container div.texte {
      margin-bottom: 85px;
      position: relative; }

div.sidebar {
  width: 81px;
  position: fixed;
  height: 100vh;
  padding-bottom: 89px;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  min-height: 450px;
  background-color: #fff;
  z-index: 9;
  transition: all .5s ease;
  border-right: 1px solid rgba(0, 35, 51, 0.2); }
  @media (max-width: 767px) {
    div.sidebar {
      display: none; } }
  div.sidebar.active {
    width: 340px; }
  div.sidebar a {
    color: #000; }
  div.sidebar div.menu-row {
    width: 100%;
    height: 88px;
    display: flex;
    justify-content: flex-start;
    transition: all .5s ease; }
    div.sidebar div.menu-row p {
      white-space: nowrap;
      display: flex;
      align-items: center;
      font-size: 1.125rem;
      line-height: 1.25;
      font-weight: 500; }
    div.sidebar div.menu-row svg {
      width: 49px;
      margin-right: 20px;
      margin-left: 15px; }
      div.sidebar div.menu-row svg path {
        transition: all .5s ease; }
    div.sidebar div.menu-row.active, div.sidebar div.menu-row:not(.menu, .logout):hover {
      background-color: #6FB544; }
      div.sidebar div.menu-row.active svg path, div.sidebar div.menu-row:not(.menu, .logout):hover svg path {
        fill: #000; }
    div.sidebar div.menu-row #bouton-mobile {
      cursor: pointer;
      margin-left: 20px; }
    div.sidebar div.menu-row.menu {
      justify-content: flex-start;
      align-items: center; }
  div.sidebar div.logout {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    div.sidebar div.logout.active, div.sidebar div.logout:hover {
      background-color: transparent; }
      div.sidebar div.logout.active svg path, div.sidebar div.logout:hover svg path {
        fill: #000; }

div.content {
  width: calc( 100%  );
  margin-left: 0px;
  padding-bottom: 60px;
  min-height: calc(100vh - 59px ); }
  @media (max-width: 767px) {
    div.content {
      margin-left: 0;
      width: 100%; } }
  div.content header div.container .ranger.principal {
    align-items: center; }
  div.content header div.container div.colonne.dashboard {
    width: calc( 100% - 168px ); }
    @media (max-width: 767px) {
      div.content header div.container div.colonne.dashboard {
        display: flex;
        justify-content: center;
        width: 100%; } }
    div.content header div.container div.colonne.dashboard div.ranger.info {
      justify-content: flex-end;
      align-items: center; }
      @media (max-width: 767px) {
        div.content header div.container div.colonne.dashboard div.ranger.info {
          justify-content: center;
          margin-top: 20px;
          width: 100%; } }
    div.content header div.container div.colonne.dashboard #bouton-mobile-2 {
      display: none;
      cursor: pointer;
      /* Fade out the second bar */
      /* Rotate last bar */ }
      @media (max-width: 767px) {
        div.content header div.container div.colonne.dashboard #bouton-mobile-2 {
          display: block;
          visibility: hidden; } }
      div.content header div.container div.colonne.dashboard #bouton-mobile-2 .bar1, div.content header div.container div.colonne.dashboard #bouton-mobile-2 .bar2, div.content header div.container div.colonne.dashboard #bouton-mobile-2 .bar3 {
        width: 30px; }
      div.content header div.container div.colonne.dashboard #bouton-mobile-2 .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-6px, 6px);
        transform: rotate(-45deg) translate(-6px, 6px); }
      div.content header div.container div.colonne.dashboard #bouton-mobile-2 .change .bar2 {
        opacity: 0; }
      div.content header div.container div.colonne.dashboard #bouton-mobile-2 .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-6px, -6px);
        transform: rotate(45deg) translate(-6px, -6px); }
    div.content header div.container div.colonne.dashboard div.coll {
      display: flex;
      justify-content: center;
      align-items: center; }
      div.content header div.container div.colonne.dashboard div.coll p {
        margin: 0;
        text-align: right;
        margin-right: 15px;
        color: #000;
        font-size: .875rem;
        line-height: 1.125rem;
        position: relative;
        padding-right: 20px;
        z-index: 3; }
        div.content header div.container div.colonne.dashboard div.coll p strong {
          font-weight: 700; }
        div.content header div.container div.colonne.dashboard div.coll p img#deconnecter {
          width: 10px;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
        div.content header div.container div.colonne.dashboard div.coll p span.disconnect {
          position: absolute;
          bottom: 0;
          transform: translateY(100%);
          padding: 10px;
          list-style: none;
          margin: 0;
          right: 0;
          border: 1px solid #ccc;
          background-color: #fff;
          display: none;
          overflow: hidden;
          z-index: 4; }
        div.content header div.container div.colonne.dashboard div.coll p:hover span.disconnect {
          display: block;
          color: #000; }
      div.content header div.container div.colonne.dashboard div.coll div.border {
        width: 59px;
        height: 59px;
        border-radius: 21px;
        background-color: #000;
        overflow: hidden; }
        div.content header div.container div.colonne.dashboard div.coll div.border img#image-logo {
          width: 100%; }
  div.content div.container {
    padding: 0 40px; }
    @media (max-width: 767px) {
      div.content div.container {
        padding: 0 15px; } }
    div.content div.container button.retour {
      margin: 40px 0 0px;
      float: right;
      clear: both; }

section.entreprise {
  padding-bottom: 100px;
  overflow: hidden; }
  section.entreprise div.ranger.header {
    padding: 50px 0;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    @media (max-width: 767px) {
      section.entreprise div.ranger.header {
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
        padding-top: 35px;
        padding-bottom: 25px; } }
    @media (max-width: 767px) {
      section.entreprise div.ranger.header div.colonne {
        margin: 10px 0; } }
    section.entreprise div.ranger.header div.colonne button {
      height: 45px;
      padding: 0 10px 0 42px;
      background-image: url("images/add.svg");
      background-size: 23px;
      background-position: left 12px center;
      background-repeat: no-repeat; }
      @media (max-width: 767px) {
        section.entreprise div.ranger.header div.colonne button {
          height: 37px; } }
  section.entreprise div#code-promo div.code {
    border: 1px solid rgba(0, 35, 51, 0.2);
    border-radius: 10px;
    overflow: hidden; }
    @media (max-width: 767px) {
      section.entreprise div#code-promo div.code {
        border-radius: 5px; } }
    section.entreprise div#code-promo div.code div.ranger {
      width: 100%;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid rgba(0, 35, 51, 0.2); }
      section.entreprise div#code-promo div.code div.ranger:last-of-type {
        border-bottom: none; }
      section.entreprise div#code-promo div.code div.ranger:nth-child(even) {
        background-color: #F7F7F7; }
      section.entreprise div#code-promo div.code div.ranger div.colonne {
        padding: 12px 27px; }
        @media (max-width: 767px) {
          section.entreprise div#code-promo div.code div.ranger div.colonne {
            padding: 12px 10px; } }
        section.entreprise div#code-promo div.code div.ranger div.colonne p {
          font-size: 1.125rem;
          margin: 0;
          line-height: 1.375rem; }
          @media (max-width: 767px) {
            section.entreprise div#code-promo div.code div.ranger div.colonne p {
              font-size: .875rem; } }
      section.entreprise div#code-promo div.code div.ranger div.colonne:nth-child(2) {
        display: flex;
        align-items: center; }
        section.entreprise div#code-promo div.code div.ranger div.colonne:nth-child(2) input[type=text] {
          margin-left: 20px;
          height: 30px; }
        section.entreprise div#code-promo div.code div.ranger div.colonne:nth-child(2) button.more {
          background-color: #fff;
          color: #000;
          height: 37px;
          border: 1px solid #000;
          border-radius: 10px;
          padding: 0 10px 0 42px;
          background-image: url("images/modify.svg");
          background-size: 16px;
          background-position: left 12px center;
          background-repeat: no-repeat;
          margin-left: 12px; }
          @media (max-width: 767px) {
            section.entreprise div#code-promo div.code div.ranger div.colonne:nth-child(2) button.more {
              font-size: 0;
              padding: 0;
              background-size: contain;
              width: 22px;
              height: 22px;
              background-position: center;
              border-radius: 0;
              border: none; } }
        section.entreprise div#code-promo div.code div.ranger div.colonne:nth-child(2) button.voir {
          background-color: #fff;
          color: #000;
          height: 37px;
          border: 1px solid #000;
          border-radius: 10px;
          padding: 0 10px 0 42px;
          background-image: url("images/eye.svg");
          background-size: 16px;
          background-position: left 12px center;
          background-repeat: no-repeat;
          margin-left: 12px; }
          @media (max-width: 767px) {
            section.entreprise div#code-promo div.code div.ranger div.colonne:nth-child(2) button.voir {
              font-size: 0;
              padding: 0;
              background-size: contain;
              width: 22px;
              height: 22px;
              background-position: center;
              border-radius: 0;
              border: none; } }
        section.entreprise div#code-promo div.code div.ranger div.colonne:nth-child(2) label.custom {
          margin-bottom: 0;
          text-transform: none;
          font-size: 0.75rem;
          line-height: 1.25rem;
          margin-left: 20px; }
          section.entreprise div#code-promo div.code div.ranger div.colonne:nth-child(2) label.custom .checkmark {
            left: 10px; }
        section.entreprise div#code-promo div.code div.ranger div.colonne:nth-child(2) button.supprimer, section.entreprise div#code-promo div.code div.ranger div.colonne:nth-child(2) button.supprimer-entreprise {
          background-color: #fff;
          color: #FF3F06;
          height: 37px;
          border: 1px solid #FF3F06;
          border-radius: 10px;
          padding: 0 10px 0 42px;
          background-image: url("images/delete.svg");
          background-size: 16px;
          background-position: left 12px center;
          background-repeat: no-repeat;
          margin-left: 12px; }
          @media (max-width: 767px) {
            section.entreprise div#code-promo div.code div.ranger div.colonne:nth-child(2) button.supprimer, section.entreprise div#code-promo div.code div.ranger div.colonne:nth-child(2) button.supprimer-entreprise {
              font-size: 0;
              padding: 0;
              background-size: contain;
              width: 22px;
              height: 22px;
              background-position: center;
              border-radius: 0;
              border: none; } }
        section.entreprise div#code-promo div.code div.ranger div.colonne:nth-child(2) button.inviter {
          background-color: #fff;
          color: #000;
          height: 37px;
          border: 1px solid #000;
          border-radius: 10px;
          padding: 0 10px 0 10px;
          margin-left: 12px; }
  section.entreprise hr {
    margin: 45px 0;
    border-top: 1px solid rgba(0, 35, 51, 0.2); }
    @media (max-width: 767px) {
      section.entreprise hr {
        margin: 25px 0 30px; } }
  section.entreprise button.save {
    height: 45px;
    padding: 0 10px 0 42px;
    background-image: url("images/save.svg");
    background-size: 23px;
    background-position: left 12px center;
    background-repeat: no-repeat;
    color: #000;
    margin: 0 32px 0 0;
    float: left; }
    @media (max-width: 767px) {
      section.entreprise button.save {
        font-size: .75rem;
        height: 37px;
        margin-bottom: 1em; } }
    section.entreprise button.save:hover {
      background-color: #6FB544; }
  section.entreprise button.home {
    height: 45px;
    padding: 0 10px 0 42px;
    background-image: url("images/home.svg");
    background-size: 23px;
    background-position: left 12px center;
    background-repeat: no-repeat;
    background-color: #000;
    color: #6FB544;
    margin: 0 32px 0 0;
    float: left; }
    @media (max-width: 767px) {
      section.entreprise button.home {
        font-size: .75rem;
        height: 37px; } }
  section.entreprise div.profil {
    width: 69%;
    padding-right: 15px; }
    @media (max-width: 1279px) {
      section.entreprise div.profil {
        width: 100%;
        padding-right: 0; } }
    section.entreprise div.profil div.container {
      padding: 0 40px; }
      @media (max-width: 767px) {
        section.entreprise div.profil div.container {
          padding: 0px; } }
      section.entreprise div.profil div.container div.border {
        border: 1px solid #CCD3D6;
        border-radius: 10px;
        padding: 40px; }
        @media (max-width: 767px) {
          section.entreprise div.profil div.container div.border {
            border-radius: 5px; } }
        @media (max-width: 767px) {
          section.entreprise div.profil div.container div.border {
            padding: 15px; } }
        section.entreprise div.profil div.container div.border > div.ranger {
          margin-bottom: 30px; }
          section.entreprise div.profil div.container div.border > div.ranger:last-of-type {
            margin-bottom: 0; }
          section.entreprise div.profil div.container div.border > div.ranger div.moitie {
            width: 50%; }
            @media (max-width: 767px) {
              section.entreprise div.profil div.container div.border > div.ranger div.moitie {
                width: 100%; } }
            section.entreprise div.profil div.container div.border > div.ranger div.moitie:nth-child(1) {
              padding-right: 15px; }
              @media (max-width: 767px) {
                section.entreprise div.profil div.container div.border > div.ranger div.moitie:nth-child(1) {
                  padding-right: 0;
                  margin-bottom: 30px; } }
            section.entreprise div.profil div.container div.border > div.ranger div.moitie:nth-child(2) {
              padding-left: 15px; }
              @media (max-width: 767px) {
                section.entreprise div.profil div.container div.border > div.ranger div.moitie:nth-child(2) {
                  padding-left: 0; } }
          section.entreprise div.profil div.container div.border > div.ranger div.full {
            width: 100%; }
  section.entreprise div.photo {
    width: 31%;
    padding-left: 15px; }
    @media (max-width: 1279px) {
      section.entreprise div.photo {
        width: 100%;
        padding: 0 40px;
        margin-top: 40px; } }
    @media (max-width: 767px) {
      section.entreprise div.photo {
        padding: 0; } }
    section.entreprise div.photo div.border {
      border: 1px solid #CCD3D6;
      border-radius: 10px;
      padding: 40px; }
      @media (max-width: 767px) {
        section.entreprise div.photo div.border {
          padding: 15px; } }
      section.entreprise div.photo div.border p {
        text-align: center;
        margin: 0 0 20px;
        font-size: 1rem;
        line-height: 1.188rem;
        font-weight: 500; }
      section.entreprise div.photo div.border div#image {
        width: 100%;
        max-width: 250px;
        display: block;
        margin: 0 auto; }
        section.entreprise div.photo div.border div#image img {
          width: 100%;
          height: 250px;
          object-fit: cover;
          border-radius: 50px;
          overflow: hidden;
          object-position: center; }
      section.entreprise div.photo div.border button {
        display: block;
        margin: 45px auto 0;
        height: 45px;
        padding: 0 10px 0 42px;
        background-image: url("images/add.svg");
        background-size: 23px;
        background-position: left 12px center;
        background-repeat: no-repeat;
        background-color: #6FB544;
        color: #000; }
  section.entreprise #profilepicture {
    display: none; }
  section.entreprise input, section.entreprise textarea {
    width: 100%; }
  section.entreprise textarea {
    height: 188px; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: none !important;
  background: #000 !important;
  font-weight: normal !important;
  color: #fff !important; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: none !important;
  background: #6FB544 !important;
  color: #777620 !important; }

.ui-widget-header {
  border: none;
  background: #000;
  color: #fff;
  font-weight: bold; }
div.popup#certain{
	z-index: 99;
}
div.popup#certain .content{
	width: 400px;
	max-width: 95%;
}
div.popup {
  background-color: rgba(0, 35, 51, 0.1);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  display: none; }
  div.popup span.error {
    position: absolute;
    left: 15px;
    bottom: -20px;
    color: #F01832;
    font-size: 0.938rem; }
  div.popup input.date {
    cursor: pointer; }
  div.popup label {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.15;
    margin-bottom: 15px;
    text-transform: none;
    font-weight: 500;
    color: #000; }
    div.popup label.custom {
      color: #969696; }
  div.popup input {
    width: 100%; }
  div.popup div.relative {
    position: relative; }
    div.popup div.relative div.absolute {
      position: absolute;
      width: 35px;
      top: 50%;
      right: 12px;
      transform: translateY(-50%);
      cursor: pointer; }
      @media (max-width: 767px) {
        div.popup div.relative div.absolute {
          width: 23px; } }
      div.popup div.relative div.absolute img {
        width: 100%; }
    div.popup div.relative div.info-popup {
      position: absolute;
      bottom: 0;
      right: 29px;
      transform: translate(50%, calc( 100% + 24px));
      border-radius: 15px;
      width: 339px;
      height: 118px;
      padding: 20px;
      background-color: #6FB544;
      display: none; }
      div.popup div.relative div.info-popup:before {
        content: '';
        position: absolute;
        top: -24px;
        left: 50%;
        transform: translateX(-50%);
        width: 54px;
        height: 30px;
        background-image: url("images/triangle.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
      div.popup div.relative div.info-popup p {
        margin: 0;
        font-size: .875rem;
        color: #000;
        font-weight: 500; }
  div.popup div.content {
    width: 1120px;
    max-width: 95%;
    height: auto;
    max-height: 90%;
    overflow-y: auto;
    padding: 45px 70px 64px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    min-height: auto; }
    @media (max-width: 767px) {
      div.popup div.content {
        padding: 25px; } }
    div.popup div.content h3.sous_titre {
      text-align: center;
      margin: 20px 0 40px; }

div.popup-check{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(135,135,135,0.50);
	height: 100%;
	z-index: 999999999999999;
	display: none;
}
div.popup-check .content{
	position: absolute;
	width: 600px;
	height: auto;
	max-width: calc(100% - 50px);
	background-color: #fff;
	border-radius: 15px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 45px;
	min-height: auto;
}
div.popup-check .content .boutons{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
div.popup-check .content .boutons button.cancel{
	border: 1px solid #6FB544;
	background-color: #fff;
	color: #6FB544;
}
div.popup div.content div.timeline{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 1px;
	background-color: #6FB544;
	margin-bottom: 100px;
	margin-top: 60px;
}
div.popup div.content div.timeline span{
	color: #6FB544;
	width: 40px;
	height: 40px;
	border: 1px solid #6FB544;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0 0 5px #fff;
	position: relative;
}
div.popup div.content div.timeline span.active{
	background-color: #6FB544;
	color: #fff;
}
div.popup div.content div.timeline span:after{
	content: attr(data-txt);
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 140px;
	text-align: center;
	color: #6FB544;
	font-size: 16px;
	transform: translate(-50%,100%);
}
    div.popup div.content label {
      margin-top: 40px; }
    div.popup div.content div.ranger {
      margin-top: 00px;
      width: calc( 100% + 30px );
      margin-left: -15px;
      margin-right: -15px; }
      div.popup div.content div.ranger.first {
        margin-top: 0; }
      div.popup div.content div.ranger.center {
        align-items: center;
        margin-top: 40px; }
      div.popup div.content div.ranger.margin-top {
        margin-top: 40px; }
      @media (max-width: 767px) {
        div.popup div.content div.ranger {
          margin-top: 20px; } 
		  div.popup div.content div.timeline span:after{
			  content: none;
		  }
		  
}
      div.popup div.content div.ranger div.colonne {
        width: 40%;
        padding: 0 15px;
        position: relative; }
        @media (max-width: 767px) {
          div.popup div.content div.ranger div.colonne {
            width: 100%;
            margin-bottom: 30px; } }
      div.popup div.content div.ranger div.col-f {
        width: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative; }
        div.popup div.content div.ranger div.col-f img.next {
          width: 25px; }
        @media (max-width: 767px) {
          div.popup div.content div.ranger div.col-f {
            width: 100%;
            margin-bottom: 30px; }
            div.popup div.content div.ranger div.col-f img {
              display: block;
              margin: 0 auto; } }
      div.popup div.content div.ranger div.col-3 {
        width: calc( 33.3333% - 20px / 1);
        padding: 0 15px;
        position: relative; }
div.popup div.content div.ranger div.none{
    display: none;
}
        @media (max-width: 767px) {
          div.popup div.content div.ranger div.col-3 {
            width: 100%;
            margin-bottom: 30px; } }
      div.popup div.content div.ranger div.col-30 {
        width: calc( 40% );
        padding: 0 15px;
        position: relative; }
        div.popup div.content div.ranger div.col-30 label {
          margin: 0; }
        @media (max-width: 767px) {
          div.popup div.content div.ranger div.col-30 {
            width: 100%;
            margin-bottom: 30px; } }
      div.popup div.content div.ranger div.col-40 {
        width: calc( 20% );
        padding: 0 15px;
        position: relative; }
        @media (max-width: 767px) {
          div.popup div.content div.ranger div.col-40 {
            width: 100%;
            display: flex;
            justify-content: flex-end; } }
      div.popup div.content div.ranger div.col-4 {
        width: calc( 20% );
        padding: 0 15px;
        position: relative; }
        @media (max-width: 767px) {
          div.popup div.content div.ranger div.col-4 {
            width: 100%;
            margin-bottom: 30px; } }
      div.popup div.content div.ranger div.full {
        width: 100%;
        padding: 0 15px;
        position: relative; }
div.popup div.content p, div.popup div.content li{
	color: #969696;
	font-size: 1rem;
	line-height: 1.25;
}
      div.popup div.content div.ranger div.col-33 {
        width: 33.3333%;
        padding: 0 15px;
		  margin-bottom: 30px;
        position: relative; }
        @media (max-width: 767px) {
          div.popup div.content div.ranger div.col-33 {
            width: 100%;
            margin-bottom: 30px; } }
    div.popup div.content input.date {
      background-image: url("images/cal.svg");
      background-size: 60px;
      background-repeat: no-repeat;
      background-position: right 0px center;
      position: relative; }
      div.popup div.content input.date:after {
        content: ''; }
    div.popup div.content textarea {
      margin-top: 40px;
      height: 180px; }
      @media (max-width: 767px) {
        div.popup div.content textarea {
          margin-top: 0; } }
    div.popup div.content button.doc {
      border: 2px solid #6FB544;
      background-color: #fff;
      background-image: url("images/doc.svg");
      background-size: 20px;
      background-position: right 20px center;
      background-repeat: no-repeat;
      color: #6FB544;
      width: 100%;
      text-align: center;
      padding-right: 60px;
      padding-left: 10px;
      font-weight: 500;
      font-size: 1.25rem; }
    div.popup div.content button.messenger {
      background-image: url("images/messenger.png");
      height: 93px;
      border-radius: 10px;
      background-color: #f5f5f5;
      background-size: 40px;
      background-position: left 25px center;
      background-repeat: no-repeat;
      color: #000;
      font-size: 0.938rem;
      color: #000;
      font-weight: 400;
      padding: 0 25px 0 90px;
      border: none; }
    div.popup div.content div.bg {
      background-color: #F5F5F5;
      border-radius: 10px;
      padding: 35px 55px; }
      div.popup div.content div.bg p {
        font-style: italic;
        font-weight: 400;
        font-size: 1.25rem;
        color: #000;
        text-align: center;
        line-height: 1.875rem; }
div.popup div.content div.ranger div.full.boutons{
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
	justify-content: center;
}
div.popup div.content div.ranger div.full.boutons button{
	display: block;
	margin: 0;
}
  div.popup button.suivant, div.popup button.next {
    display: block;
	margin: 0 auto;}
div#popup-resumer div.border{
	width: 100%;
	border-radius: 13px;
	border:1px solid #969696;
	padding: 25px;
	margin-bottom: 25px;
}
div#popup-resumer div.border ul{
	list-style: none;
	margin: 0;
	padding: 0;
	columns: 2;
}
div#popup-resumer div.border ul li{
	margin: 1em 0;
	font-size: 12px;
	font-weight: 500;
	color: #000;
	break-inside: avoid-column;
}
div#popup-resumer div.border ul li strong{
	display: block;
	font-size: 16px;
	font-weight: 400;
}
div#popup-resumer div.border ul li strong.check{
	width: 20px;
	height: 20px;
	background-image: url("images/fermer.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%;
	display: inline-block;
	position: relative;
	top: 6px;
}
div#popup-resumer div.border ul li strong.check.oui{
	background-image: url("images/crochet-2.svg");
	background-size: contain;
}
div#popup-resumer div.border p{
	font-size: 12px;
	font-weight: 500;
}
div#popup-resumer div.border p strong{
	font-size: 16px;
	font-weight: 400;
}
    @media (max-width: 767px) {
      div.popup button.suivant {
        display: block;
        margin: 0; } 
	div#popup-resumer div.border ul{
		columns: 1;
	}
}
  div.popup #close-popup,div.popup #close-popup-gestion-courriels, div.popup #close-popup-modify, div.popup #close-popup-envoyer, div.popup #close-popup-promo, div.popup #close-popup-desactiver, div.popup #close-popup-2, div.popup #close-popup-3, div.popup #close-popup-modify, div.popup .close-popup {
    width: 20px;
    position: absolute;
    top: 28px;
    right: 28px;
    cursor: pointer; }
.popup#certain button{
	display: inline-block;
}
.popup#certain h3, .popup#certain p{
	text-align: center;
}
div.popup div.content div.timeline span.done{
	background-color: #6FB544;
	background-image: url("images/crochet-w.svg");
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	font-size: 0;
}
.popup a.modifier{
	text-transform: uppercase;
	display: block;
	color: #6FB544;
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
}
  div.popup#popup-3 h2 {
    text-align: center;
    color: #000;
    font-size: 3.5rem; }
  div.popup#popup-3 p {
    text-align: center;
    color: #000;
    display: block;
    margin: 0 auto;
    max-width: 750px;
    font-size: 1.25rem;
    line-height: 1.875rem; }
  div.popup#popup-3 h3 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.5rem; }
  div.popup#popup-delete div.content {
    width: 800px;
    text-align: center; }
    div.popup#popup-delete div.content p {
      line-height: 1.875rem; }
    div.popup#popup-delete div.content div.ranger {
      justify-content: center; }
      div.popup#popup-delete div.content div.ranger button.supprimer {
        background-color: #fff;
        border: 2px solid #F01832;
        color: #F01832;
        margin: 0 15px;
        padding: 0 20px; }
      div.popup#popup-delete div.content div.ranger button.conserver {
        margin: 0 15px;
        padding: 0 20px; }
    div.popup#popup-delete div.content h2 {
      font-size: 2rem; }
  div.popup#popup-delete div.bg {
    padding: 25px 40px;
    margin-bottom: 50px;
    margin-top: 40px; }
    div.popup#popup-delete div.bg div.ranger {
      text-align: justify; }
      div.popup#popup-delete div.bg div.ranger div.vehicule {
        width: 40%; }
      div.popup#popup-delete div.bg div.ranger div.depart {
        width: 30%; }
      div.popup#popup-delete div.bg div.ranger div.retour {
        width: 30%; }
    div.popup#popup-delete div.bg h4 {
      text-transform: uppercase;
      color: #969696;
      font-weight: 400;
      font-size: 1rem;
      line-height: 1.5rem;
      margin: 0; }
    div.popup#popup-delete div.bg p {
      font-size: 1.25rem;
      line-height: 1.5rem;
      color: #000;
      font-weight: 400;
      text-align: left;
      font-style: normal;
      margin: 5px 0 0; }

section.employe {
  padding-bottom: 100px;
  overflow: hidden; }
  section.employe div.ranger.header {
    padding: 50px 0;
    align-items: center;
    justify-content: space-between; }
    section.employe div.ranger.header div.colonne button {
      height: 45px;
      padding: 0 10px 0 42px;
      background-image: url("images/qr-icone.svg");
      background-size: 23px;
      background-position: left 12px center;
      background-repeat: no-repeat; }
      @media (max-width: 767px) {
        section.employe div.ranger.header div.colonne button {
          height: 37px;
          margin-top: 15px; } }
  section.employe hr {
    margin: 45px 0;
    border-top: 1px solid rgba(0, 35, 51, 0.2); }
  section.employe button.save {
    height: 45px;
    padding: 0 10px 0 42px;
    background-image: url("images/save.svg");
    background-size: 23px;
    background-position: left 12px center;
    background-repeat: no-repeat;
    color: #000;
    margin: 0 32px 0 0;
    float: left; }
    @media (max-width: 767px) {
      section.employe button.save {
        height: 37px;
        margin-bottom: 15px; } }
  section.employe button.home {
    height: 45px;
    padding: 0 10px 0 42px;
    background-image: url("images/home.svg");
    background-size: 23px;
    background-position: left 12px center;
    background-repeat: no-repeat;
    background-color: #000;
    color: #6FB544;
    margin: 0 32px 0 0;
    float: left; }
    @media (max-width: 767px) {
      section.employe button.home {
        height: 37px; } }
  section.employe select {
    background-image: url("images/arrow-down-white.svg"); }
  section.employe div.relative-img {
    position: relative;
    z-index: 1; }
    section.employe div.relative-img select {
      z-index: 2;
      padding-left: 45px; }
    section.employe div.relative-img div.absolute {
      width: 24px;
      height: 24px;
      position: absolute;
      top: 50%;
      left: 8px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      z-index: 3;
      transform: translateY(-50%); }
  section.employe div.recherche {
    width: 100%; }
    section.employe div.recherche div.ranger {
      width: calc( 100% + 24px);
      margin-left: -12px;
      margin-right: -12px; }
      @media (max-width: 767px) {
        section.employe div.recherche div.ranger div.colonne {
          margin-bottom: 20px; } }
      section.employe div.recherche div.ranger div.colonne:nth-child(1) {
        width: 28.3333%;
        padding: 0 12px; }
        @media (max-width: 767px) {
          section.employe div.recherche div.ranger div.colonne:nth-child(1) {
            width: 100%; } }
      section.employe div.recherche div.ranger div.colonne:nth-child(2) {
        width: 28.3333%;
        padding: 0 12px; }
        @media (max-width: 767px) {
          section.employe div.recherche div.ranger div.colonne:nth-child(2) {
            width: 100%; } }
      section.employe div.recherche div.ranger div.colonne:nth-child(3) {
        width: 28.3333%;
        padding: 0 12px; }
        @media (max-width: 767px) {
          section.employe div.recherche div.ranger div.colonne:nth-child(3) {
            width: 100%; } }
      section.employe div.recherche div.ranger div.colonne:nth-child(4) {
        width: 15%;
        padding: 0 12px; }
        @media (max-width: 767px) {
          section.employe div.recherche div.ranger div.colonne:nth-child(4) {
            width: 100%; } }
      section.employe div.recherche div.ranger div.relative {
        position: relative; }
        section.employe div.recherche div.ranger div.relative div.absolute {
          position: absolute;
          top: 50%;
          right: 15px;
          height: 32px;
          transform: translateY(-50%); }
          @media (max-width: 767px) {
            section.employe div.recherche div.ranger div.relative div.absolute {
              right: 24px; } }
          section.employe div.recherche div.ranger div.relative div.absolute button {
            font-size: 0;
            background-image: url("images/loupe.svg");
            background-size: 32px;
            background-position: center;
            background-repeat: no-repeat;
            background-color: #fff;
            height: 32px;
            width: 32px;
            padding: 0;
            border-radius: 0; }
            @media (max-width: 767px) {
              section.employe div.recherche div.ranger div.relative div.absolute button {
                background-size: 23px; } }
    section.employe div.recherche button.reset {
      background-color: #FF3F06;
      color: #fff;
      padding: 0 25px; }
      @media (max-width: 767px) {
        section.employe div.recherche button.reset {
          margin-left: 0; } }
  section.employe input, section.employe select {
    border-color: #CCD3D6;
    font-size: .938rem; }
  section.employe div.relative {
    position: relative;
    z-index: 1;
    margin-bottom: 0px; }
    section.employe div.relative div.absolute {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      width: 35px;
      height: 35px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer; }
      @media (max-width: 767px) {
        section.employe div.relative div.absolute {
          width: 20px;
          height: 20px; } }
      section.employe div.relative div.absolute#show, section.employe div.relative div.absolute#show-new, section.employe div.relative div.absolute#show-new-again {
        z-index: 3;
        background-image: url("images/show.svg"); }
      section.employe div.relative div.absolute#hide, section.employe div.relative div.absolute#hide-new, section.employe div.relative div.absolute#hide-new-again {
        z-index: 2;
        background-image: url("images/hide.svg");
        display: none; }
  section.employe div.filtre-selectionner {
    margin-top: 30px; }
  section.employe div.ranger-filtre {
    display: flex;
    flex-wrap: wrap;
    min-height: 100px; }
    @media (max-width: 767px) {
      section.employe div.ranger-filtre {
        min-height: 50px; } }
    section.employe div.ranger-filtre div.filtre {
      border: 1px solid #CCD3D6;
      border-radius: 15px;
      margin-right: 25px;
      position: relative;
      margin-bottom: 25px;
      height: 47px;
      display: flex;
      align-items: center;
      padding: 5px 50px 5px 15px;
      font-size: .875rem; }
      @media (max-width: 767px) {
        section.employe div.ranger-filtre div.filtre {
          height: 37px; } }
      section.employe div.ranger-filtre div.filtre div.x {
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        background-image: url("images/x.svg");
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer; }
  section.employe #checkbox {
    display: none; }
  section.employe div#les-offres div.border {
    border: 1px solid #CCD3D6;
    border-radius: 10px;
    overflow: hidden;
    width: 100%; }
    @media (max-width: 767px) {
      section.employe div#les-offres div.border {
        border-radius: 5px; } }
    section.employe div#les-offres div.border div.ranger {
      align-items: center;
      border-bottom: 1px solid #CCD3D6;
      padding: 15px 0; }
      section.employe div#les-offres div.border div.ranger:last-of-type {
        border-bottom: none; }
      section.employe div#les-offres div.border div.ranger div.image {
        width: 83px;
        padding-left: 25px; }
        section.employe div#les-offres div.border div.ranger div.image img {
          width: 100%;
          border-radius: 21px; }
          @media (max-width: 767px) {
            section.employe div#les-offres div.border div.ranger div.image img {
              border-radius: 10px; } }
        @media (max-width: 767px) {
          section.employe div#les-offres div.border div.ranger div.image {
            width: 55px;
            border-radius: 4px;
            padding-left: 15px; } }
      section.employe div#les-offres div.border div.ranger div.content-offre {
        width: calc( 100% - 343px);
        padding-left: 15px; }
        @media (max-width: 767px) {
          section.employe div#les-offres div.border div.ranger div.content-offre {
            width: calc( 100% - 0px);
            margin-top: 20px; } }
        section.employe div#les-offres div.border div.ranger div.content-offre p {
          margin: 0 0 0.5em;
          font-size: .75rem; }
          section.employe div#les-offres div.border div.ranger div.content-offre p img {
            margin-right: 15px; }
        section.employe div#les-offres div.border div.ranger div.content-offre h4 {
          margin: 0;
          font-weight: 700;
          font-size: 1.125rem;
          line-height: 1.375rem;
          color: #000;
          letter-spacing: .5px; }
        section.employe div#les-offres div.border div.ranger div.content-offre div.desc p {
          margin: 0;
          font-weight: 700;
          font-size: 1.125rem;
          line-height: 1.375rem;
          color: #000;
          letter-spacing: .5px; }
      section.employe div#les-offres div.border div.ranger div.voir-offre {
        width: 260px;
        padding-right: 25px;
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        @media (max-width: 767px) {
          section.employe div#les-offres div.border div.ranger div.voir-offre {
            width: 100%;
            margin-top: 15px;
            justify-content: flex-end;
            padding-left: 15px; } }
        section.employe div#les-offres div.border div.ranger div.voir-offre button {
          background-color: transparent;
          border: 1px solid #000;
          height: 37px;
          padding: 0 10px;
          color: #000;
          font-size: .75rem;
          letter-spacing: .5px; }
          @media (max-width: 767px) {
            section.employe div#les-offres div.border div.ranger div.voir-offre button {
              float: left;
              margin: 0; } }
        section.employe div#les-offres div.border div.ranger div.voir-offre label.custom {
          margin-bottom: 0;
          text-transform: none;
          font-size: 0.75rem;
          line-height: 1.25rem;
          margin-left: 20px; }
          section.employe div#les-offres div.border div.ranger div.voir-offre label.custom .checkmark {
            left: 10px; }

div#qr-popup {
  background-color: rgba(0, 35, 51, 0.1);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none; }
  div#qr-popup div.content {
    width: 585px;
    max-width: 95%;
    height: auto;
    max-height: 90%;
    overflow-y: auto;
    padding: 68px 45px 78px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px; }
    div#qr-popup div.content p {
      text-align: center;
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1.25;
      text-transform: uppercase;
      margin: 0; }
    div#qr-popup div.content img#image-qr {
      width: 278px;
      max-width: 90%;
      display: block;
      margin: 57px auto 0; }
  div#qr-popup #close-popup-qr {
    width: 42px;
    position: absolute;
    top: 28px;
    right: 28px;
    cursor: pointer; }

div#offre-popup {
  background-color: rgba(0, 35, 51, 0.1);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none; }
  div#offre-popup p {
    line-height: 1.063rem;
    font-size: .875rem; }
  div#offre-popup h5 {
    text-transform: uppercase;
    line-height: 1.063rem;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: 1px; }
  div#offre-popup button {
    height: 45px;
    padding: 0 10px 0 42px;
    background-image: url("images/add.svg");
    background-size: 23px;
    background-position: left 12px center;
    background-repeat: no-repeat;
    display: block;
    margin: 38px auto 0; }
  div#offre-popup div.content {
    width: 1010px;
    max-width: 95%;
    height: auto;
    max-height: 90%;
    overflow-y: auto;
    padding: 30px 30px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px; }
    div#offre-popup div.content div.ranger.border {
      border-bottom: 1px solid #6FB544;
      padding-bottom: 20px;
      width: 100%;
      align-items: center;
      width: 100%;
      margin: 0; }
      div#offre-popup div.content div.ranger.border div.image {
        width: 86px; }
        div#offre-popup div.content div.ranger.border div.image img {
          width: 100%; }
      div#offre-popup div.content div.ranger.border div.titre-offre {
        width: calc( 100% - 86px);
        padding-left: 28px; }
        div#offre-popup div.content div.ranger.border div.titre-offre p {
          text-transform: none;
          font-size: 0.875rem;
          line-height: 1.063rem;
          margin: 0 0 0.5em;
          text-align: left; }
        div#offre-popup div.content div.ranger.border div.titre-offre h4, div#offre-popup div.content div.ranger.border div.titre-offre h4 p {
          text-align: left;
          font-weight: 700;
          font-size: 1.125rem;
          line-height: 1.375rem;
          margin: 0; }
    div#offre-popup div.content div.ranger {
      width: calc( 100% + 70px );
      margin-left: -35px;
      margin-right: -35px; }
    div#offre-popup div.content div.full {
      margin-top: 30px;
      padding: 0 35px; }
    div#offre-popup div.content div.colonne {
      margin-top: 30px;
      width: 50%;
      padding: 0 35px; }
      @media (max-width: 767px) {
        div#offre-popup div.content div.colonne {
          width: 100%; } }
    div#offre-popup div.content div.col-info {
      margin-top: 38px;
      margin-bottom: 38px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 0 35px;
      width: 33.33333%; }
      @media (max-width: 767px) {
        div#offre-popup div.content div.col-info {
          width: 100%; } }
      div#offre-popup div.content div.col-info div.img {
        width: 54px; }
        div#offre-popup div.content div.col-info div.img img {
          width: 100%; }
      div#offre-popup div.content div.col-info h5 {
        margin: 0; }
      div#offre-popup div.content div.col-info p {
        margin: 0; }
      div#offre-popup div.content div.col-info a {
        color: #000; }
      div#offre-popup div.content div.col-info div.contenu {
        padding-left: 18px; }
  div#offre-popup #close-popup-info {
    width: 42px;
    position: absolute;
    top: 28px;
    right: 28px;
    cursor: pointer; }

footer {
  background-color: #1B1F44;
  color: #fff;
  padding: 20px 40px;
  width: 100%;
  position: relative; }
  footer div.container {
    max-width: 100%; }
  footer div.ranger {
    justify-content: space-between; }
    footer div.ranger a, footer div.ranger p {
      color: rgba(255, 255, 255, 0.3);
      font-size: 1rem;
      margin: 0; }
    footer div.ranger a {
      text-decoration: underline; }
    footer div.ranger a:hover {
      color: #fff;
      text-decoration: underline; }
    @media (max-width: 767px) {
      footer div.ranger div.colonne {
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        text-align: center; } }

section#page div.container {
  max-width: 1000px;
  padding: 0 30px; }
  section#page div.container h1 {
    margin: 100px 0 40px;
    font-size: 2.5rem; }
  section#page div.container p, section#page div.container li {
    font-size: 1.5rem;
    line-height: 1.5; }

form#triage {
  margin-bottom: 40px;
  width: 100%;
  clear: both; }
  form#triage .filters {
    display: flex;
  }
  form#triage .filters #order {
    padding: 0 25px;
    margin: 0 10px;
  }

section#tableau {
  width: 100%; }
  section#tableau .gestion {
    float: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;  }
    section#tableau .table-vehicule p, section#tableau li, section#tableau h4 {
      width: fit-content;
      text-align: center;
        font-size: 1vw;
        width: 25%;
    }
    section#tableau p.remarque {
      text-align: left;
      width: 100%;
    }
  section#tableau h2 {
    margin: 50px 0;
    text-align: left; }
  section#tableau button.lien {
    float: right; }
  section#tableau div.ranger.titre {
    justify-content: space-between;
    align-items: center;
    padding: 0; }
    section#tableau div.ranger.border .infos {
      width: 100%;
      justify-items: center;
      align-items: center;
      display: flex;
      column-gap: 10px;
      grid-template-columns: 0.5fr 1.25fr 1fr 1fr 1fr 1fr 1fr 0.5fr 1fr 2fr; }
@media (max-width: 767px){
    section#tableau div.ranger.border .infos{
        display: block;
    }
    section#tableau div.ranger.border .infos p:before, section#tableau div.ranger.border .infos li:before{
        content: attr(data-title);
        float: left;
        font-weight: 700;
        text-transform: uppercase;
        margin-right: 20px;
    }
    section#tableau div.ranger.border .infos p.align-center{
        text-align: center;
    }
}
      section#tableau div.ranger.border .infos.client{
            grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr 1fr 1fr 2fr;
      }
      section#tableau div.table-vehicule.client div.ranger.border .infos {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 2fr; }
      section#tableau div.ranger.border.grey {
        background-color: rgba(120,120,120,0.1);
        color: rgb(120,120,120);
      }
      section#tableau div.ranger.border.red {
        background-color: rgba(240,24,50,0.1);
        color: rgb(240,24,50);
      }
      section#tableau div.ranger.border.green {
        background-color: rgba(111,181,68,0.1);
        color: rgb(111,181,68);
      }
      section#tableau div.ranger.border.new {
        border: 5px solid green!important;
      }
	section#tableau div.ranger.border.red.new {
        border: 5px solid #EACF41!important;
      }
		section#tableau div.ranger.border {
        border: 5px solid red!important;
      }
      section#tableau div.ranger.border .infos>div {
        width: 100%; }
      section#tableau div.ranger.border .infos p.yellow {
        color: gold; }
      section#tableau div.ranger.border .infos p.red {
        color: #F01832; }
      section#tableau div.ranger.border .infos p.green {
        color: #6FB544; }
    section#tableau div.ranger.border .more-infos-container {
      max-height: 0;
      transition: all 0.5s ease;
      overflow: hidden;
      margin-top: 0;
      width: 100%;  }
    section#tableau div.ranger.border .more-infos-container.active {
      margin-top: 10px;
      max-height: 700px; }
    section#tableau div.ranger.border .more-infos.titles {
      border-bottom: #000 solid 1px;
      border-top: #000 solid 1px;  }
    section#tableau div.ranger.border .more-infos {
      width: 100%;
      display: grid;
      justify-items: center;
      column-gap: 10px;
      grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 2fr;
      align-items: center;
	  color: #000;
	}
    @media (max-width: 767px) {
      section#tableau div.ranger.titre {
        flex-direction: column;
        justify-content: flex-start;
        align-items: initial; } }
    section#tableau div.ranger.titre button {
      margin: 0; }
      @media (max-width: 767px) {
        section#tableau div.ranger.titre button {
          float: right;
          display: block; } }
  @media (max-width: 1600px) {
    section#tableau div.table-vehicule {
      width: 100%;
      overflow-x: scroll; }
      section#tableau div.table-vehicule > div.ranger {
        width: 1300px; } 
	  section#tableau div.table-vehicule > div.ranger.admin{
		  width: 1500px;
	  }
}
  section#tableau div.texte {
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 130px 40px;
    color: #787878;
    text-align: center; }
    section#tableau div.texte div.max {
      max-width: 600px;
      display: block;
      margin: 0 auto; }
    section#tableau div.texte h3 {
      font-size: 1.5rem;
      margin-top: 0;
      position: relative; }
      section#tableau div.texte h3:after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translate(-50%, -100%);
        top: -60px;
        background-image: url("images/int.svg");
        width: 30px;
        height: 30px;
        background-size: contain;
        background-position: center; }
    section#tableau div.texte a {
      text-decoration: underline;
      margin-top: 35px;
      display: block; }
    section#tableau div.texte p {
      line-height: 1.25; }
  section#tableau div.ranger {
    padding: 0 20px; }
    @media (max-width: 767px) {
      section#tableau div.ranger {
        padding: 0; } }
    section#tableau div.ranger h4 {
      color: #969696;
      text-transform: uppercase;
      font-size: 1vw;
      line-height: 1.5;
      font-weight: 400;
        width: 8.55%;
}
@media (max-width: 767px) {
    section#tableau div.ranger h4{
        display: none;
    }
}
section#tableau .client div.ranger h4{
    width: 9.45%;
}
section#tableau div.ranger h4:last-of-type{
    width: 30%;
}
    section#tableau div.ranger.column-titles {
      display: flex;
      justify-items: center;
      align-items: center;
      column-gap: 10px;
      grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 2fr;
    }

@media (max-width: 767px){
    section#tableau div.ranger.column-titles{
        display: block;
    }
    section#tableau div.table-vehicule > div.ranger, section#tableau div.table-vehicule > div.ranger.admin{
        width: 100%;
        padding: 30px;
    }
}
    section#tableau div.ranger.column-titles.client{
        grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr 1fr 1fr 2fr;
    }
    section#tableau div.table-vehicule.client div.ranger.column-titles {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 2fr;
    }
    section#tableau div.ranger.column-titles>div {
      width: 100%;
    }
      section#tableau div.ranger div.pneu_hiver, section#tableau div.ranger div.pneu_ete, section#tableau div.ranger div.remise {
        width: fit-content;
      }
      section#tableau div.ranger div.pneu_hiver h4, section#tableau div.ranger div.pneu_ete h4, section#tableau div.ranger div.remise h4 {
        text-align: center; }
      section#tableau div.ranger div.pneu_hiver img, section#tableau div.ranger div.pneu_ete img, section#tableau div.ranger div.remise img, section#tableau div.ranger div.pneu_aucun img {
        width: 20px; }
      section#tableau div.ranger div.pneu_hiver p, section#tableau div.ranger div.pneu_ete p, section#tableau div.ranger div.remise p, section#tableau div.ranger div.pneu_ete p, section#tableau div.ranger div.pneu_aucun p {
        text-align: center;
		  width: auto;
}
      section#tableau div.ranger li.confirmee {
        color: #6FB544;
        list-style: disc;
        font-size: 1.125rem; }
      section#tableau div.ranger li.refusee {
        color: #969696;
        list-style: disc;
        font-size: 1.125rem; }
      section#tableau div.ranger li.attente {
        color: #F01832;
        list-style: circle;
          cursor: pointer;
        font-size: 1vw; }
@media (max-width: 1279px) {
    section#tableau div.ranger li.attente, section#tableau div.ranger h4, section#tableau .table-vehicule p, section#tableau li, section#tableau h4 {
        font-size: .75rem;
    }
    
}
@media (max-width: 767px) {
    section#tableau div.ranger li.attente, section#tableau div.ranger h4, section#tableau .table-vehicule p, section#tableau li, section#tableau h4{
        width: 100%;
        text-align: left;
    }
}
      section#tableau div.ranger div.remarque {
        width: 100%;  }
      section#tableau div.ranger.border div.options {
        display: flex;
        justify-content: center;
		align-items: center;
}
@media (max-width: 767px) { 
	section#tableau div.ranger.border div.options{
		flex-wrap: wrap;
		gap: 10px;
	}
}
      section#tableau div.ranger div.options button.more, section#tableau div.ranger div.options button.modifier, section#tableau div.ranger div.options button.more, section#tableau div.ranger div.options button.voir, section#tableau div.ranger div.options button.bouton {
        background-color: #fff;
        color: #6FB544;
        width: 40px;
        height: 40px;
        border: 2px solid #6FB544;
        padding: 0;
        margin: 0;
        margin-left: 15px; 
        font-size: 14px;
        }
        section#tableau div.ranger div.options button.modifier, section#tableau div.ranger div.options button.voir, section#tableau div.ranger div.options button.bouton {
          width: 112px;
          overflow: hidden;
        }
      section#tableau div.ranger div.options button.supprimer {
        background-color: #fff;
        color: #F01832;
        width: 40px;
        height: 40px;
        border: 2px solid #F01832;
        padding: 0;
        margin: 0;
        margin-left: 15px; }
        section#tableau div.ranger div.options button.supprimer img {
          width: 18px; }
      section#tableau div.ranger div.options h4 {
        padding-right: 100px; }
    section#tableau div.ranger.border {
      align-items: center;
      border-radius: 10px;
      padding-top: 15px;
      padding-bottom: 15px;
      margin: 8px 0;
      border: 5px solid transparent;
      box-shadow: rgba(0, 0, 0, 0.15) 0 3px 6px; 
	  position: relative;
}
section#tableau div.ranger.border input.cadenas{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("images/lock_open.svg");
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: #fff;
	color: #6FB544;
	width: 40px;
	height: 40px;
	border: 2px solid #F01832;
	padding: 0;
	margin: 0;
	margin-left: 15px;
	font-size: 14px;
}
section#tableau div.ranger.border input.cadenas:checked{
	background-image: url("images/lock.svg");
	border-color: #6FB544; 
}
section#tableau div.ranger.border.deleted{
    background-color: #FEE8E8;
    border-color: #F01832;
}
#popup-gestion-courriels .content .activation, #popup-gestion-courriels .content .desactivation {
  display: flex;
  width: 100%;
  gap: 30px;
  margin-top: 30px;
}
#popup-gestion-courriels .content .desactivation button {
  background-color: #F01832;
}
#popup-gestion-courriels .content .desactivation {
  width: fit-content;
}


body.page-template-confirmation-date-retour header{
  display: none;
}
section#confirmation-retour .popup .content {
  max-width: 40%;
}
section#confirmation-retour .popup .modify {
  margin-top: 20px;
}
section#confirmation-retour .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section#confirmation-retour .content>div:first-of-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
section#confirmation-retour .content .options.active{
  display: flex;
  margin-top: 30px;
  opacity: 100%;
  gap: 15px;
  pointer-events: all;
}
section#confirmation-retour .content .options{
  opacity: 0;
  pointer-events: none;
}
section#confirmation-retour .content .options a:first-of-type button{
  background-color: white;
  border: 2px solid #6FB544;
  color: #6FB544;
}
section#confirmation-retour .content .info{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
}
section#confirmation-retour .content .merci.active, section#confirmation-retour .content .info.active{
  opacity: 100%;
}
section#confirmation-retour .content .merci {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
section#confirmation-retour .content .info, section#confirmation-retour .content .merci {
  opacity: 0;
  transition: opacity 500ms ease;
}
section#carousel-home.slick-dotted.slick-slider{
	margin-bottom: -2px;
}
section#carousel-home .bg{
	position: relative;
	z-index: 1;
}
section#carousel-home .bg img{
	width: 100%;
}
section#carousel-home .bg:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.20);
	z-index: 2;
}
section#carousel-home .bg:before{
	content: '';
	width: 300px;
	background-image: url("images/logo-blanc.svg");
	height: 62px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 3;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
section#carousel-home .slick-dots{
	bottom: 25px;
}
section#carousel-home .slick-dots li button:before{
	font-size: 14px;
	color: #fff;
}
section#carousel-home .slick-prev:before, section#carousel-home .slick-next:before{
	z-index: 99999;
	content: '';
	width: 50px;
	height: 50px;
	background-image: url("images/arrow-left.svg");
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
}
section#carousel-home .slick-prev:before{
	transform: translate(-50%,-50%);
}
section#carousel-home .slick-prev{
	left: 25px;
	z-index: 9;
	z-index: 9;
	width: 50px;
	height: 50px;
}
section#carousel-home .slick-next:before{
	transform: translate(-50%,-50%) rotate(180deg);
}
section#carousel-home .slick-next{
	right: 25px;
	z-index: 9;
	width: 50px;
	height: 50px;
}
@media screen and (max-width: 700px) {
  section#confirmation-retour .content .info{
    grid-template-columns: 1fr;
    column-gap: 5px;
  }
  section#confirmation-retour .popup .content {
    max-width: 95%;
  }
  section#confirmation-retour .content h3{
    margin: 0;
    text-align: center;
  }
  section#confirmation-retour .content h3:nth-child(odd){
    margin-top: 25px;
  }
  section#confirmation-retour .content .options {
    flex-direction: column;
  }
}
.contact-btns .like-more {
  display: none;
}
.contact-btns .like-more.active {
  display: block;
}

button.like-more {
  background-color: #fff;
        color: #6FB544;
        width: 40px;
        height: 40px;
        border: 2px solid #6FB544;
        padding: 0;
        margin: 0;
        margin-left: 15px;
}
@media screen and (max-width: 768px) {
  div.popup div.content{
    padding-bottom: 75px;
  }
	section#carousel-home .bg:before{
		content: none;
	}
	section#carousel-home .slick-prev:before, section#carousel-home .slick-next:before{
		width: 25px;
		height: 25px;
		top: 100%;
	}
	section#carousel-home .slick-dots li button:before{
		font-size: 10px;
	}
}


section#tableau div.archive{
    display: flex;
    justify-content: flex-end;
    padding-bottom:  30px;
}
/* pagination */
.pagination{
	float: right;
	margin-right: 2.5%;
}
.pagination ul{
	display: inline-block;
	list-style: none;
}
.pagination ul li{
	display: inline-block;
	list-style: none;
	padding: 3px 8px;
	color: #6FB544;
	font-weight: 200;
}
.pagination ul li a{
	color: #6FB544;
	font-weight: 200;
}
.pagination ul li img{
	margin-top: -6px;
}
.pagination ul li:before {
    content: "";
}

/* end pagination */

footer div.doc{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

footer div.doc a:last-child button{
    margin-right: 0px;
}
footer div.doc a button{
    height: 30px;
    padding: 0 15px;
    margin-bottom: 20px;
    margin-right: 20px;
}
footer #documents{
    width: 200px;
    background-color: #6FB544;
    height: 30px;
    margin-right: 20px;
    margin-bottom: 20px;
    color: #fff;
}
footer h3.doc{
    text-align: right;
}

@media (max-width: 767px){
    footer h3.doc{
        text-align: center;
    }
    footer div.doc a{
        width: 100%;
    }
    footer #documents{
        margin-right: 0;
        display: block;
        margin: 0 auto 20px;
    }
    footer div.doc a button{
        margin-right: 0;
        display: block;
        margin: 0 auto 20px;
    }
    footer div.doc a:last-child button{
        display: block;
        margin: 0 auto 20px;
    }
}
#fb-root iframe{
    z-index: 9!important;
}
input.acf-button{
	background-color: #6FB544;
	width: auto;
	display: block;
	margin: 0 auto;
	color: #fff;
	border-color: #fff;
	padding: 0px 30px;
	text-transform: uppercase;
}
.single-reservation a:hover{
	text-decoration: underline;
	color: inherit;
}
.single-reservation a{
	color: #6FB544;
}
.media-router .media-menu-item{
	color: #6FB544;
	border-color: #6FB544;
	
}
.media-router .media-menu-item:active, .media-router .media-menu-item:hover{
	color: #6FB544;
	border-color: #6FB544;
}
.media-modal-content .media-frame select.attachment-filters,.media-frame select.attachment-filters:last-of-type{
	margin-top: 0;
	height: 40px;
}
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large{
	height: 40px;
	background-color: #6FB544;
	border-color: #6FB544;
}
table.resume{
	margin-top: 100px;
	width: 100%;
}
table.resume, table.resume td, table.resume th{
	border: 1px solid;
}
table.resume th,table.resume td{
	padding: 5px;
	text-align: center;
	width: 8%;
}
table.resume tr td:first-child{
	text-align: left;
}
table.resume tr.total td{
	font-weight: 700;
}
div.ranger.images{
	max-width: 1100px;
	padding: 0 25px;
	display: flex;
	flex-wrap: wrap;
}
div.ranger.images div.colonne{
	padding: 0 20px;
	margin-bottom: 40px;
	width: 20%;
}
div.ranger.images div.colonne img{
	width: 100%;
}
section#avantages-pneu{
	background-color: #000F28;
	padding: 120px 0;
}
section#avantages-pneu div.container{
	max-width: 1480px;
}
section#avantages-pneu div.container div.ranger{
	display: flex;
	flex-wrap: wrap;
}
section#avantages-pneu div.container div.ranger div.colonne:nth-child(1){
	width: 66.666%;
	padding-right: 40px;
}
section#avantages-pneu div.container div.ranger div.colonne:nth-child(2){
	width: 33.333%;
}
section#avantages-pneu div.container div.ranger div.colonne:nth-child(1) h2{
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.12;
}
section#avantages-pneu div.container div.ranger div.colonne:nth-child(1) div.tuiles{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-right: -30px;
}
section#avantages-pneu div.container div.ranger div.colonne:nth-child(1) div.tuiles div.col{
	width: 33.333%;
	padding: 0 30px;
}
section#avantages-pneu div.container div.ranger div.colonne:nth-child(1) div.tuiles div.col img{
	width: 60px;
	height: 70px;
	object-fit: contain;
	object-position: bottom left;
}
section#avantages-pneu div.container div.ranger div.colonne:nth-child(1) div.tuiles div.col p{
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.18;
}
section#avantages-pneu div.container div.ranger div.colonne:nth-child(2) img{
	width: 100%;
	box-shadow: 30px 30px 0 0 #002756;
}
section#alerte{
	height: 1px;
	width: 100%;
	position: relative;
	background-color: #000F28;
	z-index: 2;
}
section#alerte div.container{
	max-width: 1480px;
	width: 100%;
	position: relative;
	height: 1px;
}
section#alerte div.container div.alerte{
	width: calc(100% - 80px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #F2F2F2;
	border-radius: 4px;
	box-shadow: 0 3px 3.25px 0 rgba(0,0,0,0.25);
	padding: 17px 23px 17px 63px;
	background-image: url("images/i.svg");
	background-position: left 23px center;
	background-repeat: no-repeat;
	background-size: 30px;
	z-index: 3;
}
section#alerte div.container div.alerte p{
	margin: 0;
}
section#services-pneus{
	background-color: #002756;
	padding: 165px 0 140px;
}
section#services-pneus div.container{
	max-width: 1480px;
	width: 100%;
}
section#services-pneus div.container div.ranger{
	display: flex;
	flex-wrap: wrap;
}
section#services-pneus div.container div.ranger div.colonne:nth-child(1){
	width: 45%;
}
section#services-pneus div.container div.ranger div.colonne:nth-child(2){
	width: 55%;
	padding-left: 100px;
}
section#services-pneus div.container div.ranger div.colonne:nth-child(1) .slide{
	padding: 0 30px 30px 0;
}
section#services-pneus div.container div.ranger div.colonne:nth-child(1) img{
	width: 100%;
	box-shadow: 30px 30px 0 0 #000F28;
}
section#services-pneus div.container div.ranger div.colonne:nth-child(2) h3{
	text-transform: uppercase;
	color: #6FB543;
	font-size: 22px;
	font-weight: 500;
}
section#services-pneus div.container div.ranger div.colonne:nth-child(2) h2{
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.12;
	position: relative;
}
section#services-pneus div.container div.ranger div.colonne:nth-child(2) h2:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-image: url("images/recycle.svg");
	background-size: contain;
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	transform: translate(50%,-50%);
}
section#services-pneus div.container div.ranger div.colonne:nth-child(2) ol{
	list-style: none;
	counter-reset: my-awesome-counter;
	margin: 1em 0;
	padding: 0;
}
section#services-pneus div.container div.ranger div.colonne:nth-child(2) ol li{
	counter-increment: my-awesome-counter;
	position: relative;
	padding-left: 40px;
	margin-bottom: 50px;
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	line-height: 1.12;
}
section#services-pneus .slick-dots li button:before{
	font-size: 20px;
}
section#services-pneus .slick-dots{
	bottom: -35px;
}
section#services-pneus .slick-dots li.slick-active button:before{
	font-size: 20px;
	color: #6FB543;
}
section#services-pneus div.container div.ranger div.colonne:nth-child(2) ol li::before {
	content: counter(my-awesome-counter);
	color: #6FB543;
	font-size: 49px;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
}
section#clientele-vise{
	padding: 94px 0 100px;
	background-color: #000F28;
}
section#clientele-vise div.container{
	max-width: 1480px;
	width: 100%;
}
section#clientele-vise div.container div.ranger div.colonne:nth-child(1){
	width: 55%;
	padding-right: 100px;
}
section#clientele-vise div.container div.ranger div.colonne:nth-child(2){
	width: 45%;
	padding-right: 30px;
	padding-bottom: 30px;
}
section#clientele-vise div.container div.ranger div.colonne:nth-child(2) img{
	width: 100%;
	box-shadow: 30px 30px 0 0 #002756;
}
section#clientele-vise div.container div.ranger div.colonne:nth-child(1) h2{
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.12;
	position: relative;
}
section#clientele-vise div.container div.ranger div.colonne:nth-child(1) ul{
	list-style: none;
}
section#clientele-vise div.container div.ranger div.colonne:nth-child(1) ul li{
	position: relative;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 1em;
}
section#clientele-vise div.container div.ranger div.colonne:nth-child(1) ul li:after{
	content: "•";
	position: absolute;
	left: -35px;
	top: 50%;
	transform: translate(0,-50%);
	color: #6FB543;
	font-size: 42px;
}
section#reservez{
	padding: 40px 0 40px;
	background-color: #000F28;
	background-image: url("images/car.svg");
	background-size: 40%;
	background-position: right center;
	background-repeat: no-repeat;
}
section#reservez div.container{
	max-width: 1480px;
	width: 100%;
}
section#reservez div.container h2{
	color: #fff;
	font-size: 62px;
	font-weight: 700;
	line-height: 1.12;
	position: relative;
}
section#reservez div.container ul{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 10px 70px;
}
section#reservez div.container ul li{
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #fff;
}
section#reservez div.container ul li a{
	color: #fff;
	padding-left: 40px;
	position: relative;
}
section#reservez div.container ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}
section#reservez div.container ul li:nth-child(1) a:before{
	background-image: url("images/tel.svg");
}
section#reservez div.container ul li:nth-child(2) a:before{
	background-image: url("images/mail-icone.svg");
}
section#reservez div.container ul li:nth-child(3) a:before{
	background-image: url("images/globe.svg");
}
.page-template-entreposage-pneu #form{
	display: none;
}
.page-template-entreposage-pneu footer.accueil{
	padding-top: 1px;
}
.page-template-entreposage-pneu footer.accueil hr{
	margin-top: 20px;
}
@media (max-width: 1279px) {
	section#avantages-pneu div.container div.ranger div.colonne:nth-child(1) h2, section#reservez div.container h2{
		font-size: 36px;
	}
	section#services-pneus div.container div.ranger div.colonne:nth-child(2) h2{
		font-size: 32px;
	}
	section#clientele-vise div.container div.ranger div.colonne:nth-child(1) h2{
		font-size: 32px;
	}
	section#services-pneus div.container div.ranger div.colonne:nth-child(2) h2{
		padding-right: 120px;
	}
	section#services-pneus div.container div.ranger div.colonne:nth-child(2) h2:after{
		right: 0;
		transform: translate(25%,-50%);
	}
	section#alerte div.container div.alerte{
		width: 90%;
	}
}
@media (max-width: 767px) {
	section#avantages-pneu div.container div.ranger div.colonne:nth-child(1), section#avantages-pneu div.container div.ranger div.colonne:nth-child(2),section#clientele-vise div.container div.ranger div.colonne:nth-child(1), section#clientele-vise div.container div.ranger div.colonne:nth-child(2){
		width: 100%;
		padding-right: 0;
		margin-bottom: 40px
	}
	section#clientele-vise div.container div.ranger div.colonne:nth-child(2){
		padding-right: 30px;
	}
	section#services-pneus div.container div.ranger div.colonne:nth-child(2), section#services-pneus div.container div.ranger div.colonne:nth-child(1){
		padding-left: 0;
		width: 100%;
		margin-bottom: 40px;
	}
	section#services-pneus div.container div.ranger div.colonne:nth-child(2){
		order: 1;
	}
	section#services-pneus div.container div.ranger div.colonne:nth-child(1){
		order: 2;
	}
	section#reservez div.container ul{
		flex-direction: column;
	}
	section#tableau div.ranger.border .more-infos{
		display: flex;
		flex-wrap: wrap;
	}
}
@media (max-width: 767px) {
	section#reservez div.container ul li a{
		font-size: 18px;
	}
	section#reservez div.container h2 br{
		display: none;
	}
	section#services-pneus div.container div.ranger div.colonne:nth-child(2) h2:after{
		width: 60px;
		height: 60px;
	}
	section#services-pneus div.container div.ranger div.colonne:nth-child(2) h2{
		padding-right: 40px;
	}
	section#avantages-pneu div.container div.ranger div.colonne:nth-child(1) div.tuiles div.col{
		width: 100%;
		margin-bottom: 60px;
	}
	section#avantages-pneu div.container div.ranger div.colonne:nth-child(1) div.tuiles div.col p, section#services-pneus div.container div.ranger div.colonne:nth-child(2) ol li,section#clientele-vise div.container div.ranger div.colonne:nth-child(1) ul li  {
		font-size: 18px;
	}
}



/*
section#nouvel-entete {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  min-height: 58vw;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden; }
  @media (max-width: 1279px) {
    section#nouvel-entete {
      min-height: 70vw; } }
  @media (max-width: 767px) {
    section#nouvel-entete {
      min-height: 100vw; } }
  section#nouvel-entete:before {
    content: '';
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /**background-image: linear-gradient(rgba(0, 0, 0, 0), black); }**//**
  section#nouvel-entete div.container {
    position: relative;
    height: inherit;
    min-height: inherit;
    max-width: 1480px; }
    section#nouvel-entete div.container div.texte {
      color: #fff;
      text-align: center;
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 95%; }
      section#nouvel-entete div.container div.texte h1 {
        font-size: 6rem;
        font-weight: 700;
        margin-bottom: 2rem;
        margin-top: 0;
        line-height: 1.05; }
        @media (max-width: 1279px) {
          section#nouvel-entete div.container div.texte h1 {
            font-size: 3.5rem; } }
        @media (max-width: 767px) {
          section#nouvel-entete div.container div.texte h1 {
            font-size: 2.5rem; } }
        @media (max-width: 399px) {
          section#nouvel-entete div.container div.texte h1 {
            font-size: 2rem; } }
      section#nouvel-entete div.container div.texte h3 {
        color: #6FB544;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.25;
        letter-spacing: 1.5px; }
        @media (max-width: 399px) {
          section#nouvel-entete div.container div.texte h3 {
            font-size: 1.125rem;
            margin-top: 2em; } }
      section#nouvel-entete div.container div.texte p {
        font-size: 1.125rem;
        color: #fff;
        line-height: 1.875rem;
        display: block;
        max-width: 520px;
        margin: 0 auto; }
        @media (max-width: 399px) {
          section#nouvel-entete div.container div.texte p {
            font-size: 1rem; } }
      section#nouvel-entete div.container div.texte button {
        margin-top: 2rem; }
}**/
/**

header.nouvel-accueil {
    background-image: linear-gradient(black, black, black, rgba(0, 0, 0, 0));
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
    z-index: 9; }
    header.nouvel-accueil div.container {
      max-width: 1480px; }
      header.nouvel-accueil div.container div.ranger div.colonne:nth-child(1) {
        padding: 0; }
      @media (max-width: 767px) {
        header.nouvel-accueil div.container div.ranger div.colonne:nth-child(2) nav {
          display: block;
          margin: 20px auto; } }
      @media (max-width: 767px) {
        header.nouvel-accueil div.container div.ranger div.colonne:nth-child(2) nav {
          display: none; } }
      header.nouvel-accueil div.container div.ranger div.colonne:nth-child(2) nav ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0;
        padding: 0; }
        @media (max-width: 1279px) {
          header.nouvel-accueil div.container div.ranger div.colonne:nth-child(2) nav ul {
            justify-content: center; } }
        header.nouvel-accueil div.container div.ranger div.colonne:nth-child(2) nav ul li {
          margin: 0;
          padding: 0; }
          header.nouvel-accueil div.container div.ranger div.colonne:nth-child(2) nav ul li a {
            display: block;
            padding: 10px 22px;
            color: #fff;
            font-weight: 500; }
          header.nouvel-accueil div.container div.ranger div.colonne:nth-child(2) nav ul li.bouton {
            margin-left: 10px; }
            header.nouvel-accueil div.container div.ranger div.colonne:nth-child(2) nav ul li.bouton a {
              background-color: #6FB544;
              border-radius: 10px; }
      header.nouvel-accueil div.container div.ranger div.colonne:nth-child(2) #bouton-mobile {
        display: none;
        float: right;
        cursor: pointer; }
        header.nouvel-accueil div.container div.ranger div.colonne:nth-child(2) #bouton-mobile .bar1, header.accueil div.container div.ranger div.colonne:nth-child(2) #bouton-mobile .bar2, header.accueil div.container div.ranger div.colonne:nth-child(2) #bouton-mobile .bar3 {
          background-color: #fff; }
        @media (max-width: 767px) {
          header.nouvel-accueil div.container div.ranger div.colonne:nth-child(2) #bouton-mobile {
            display: block; } }
**/
footer.nouvel-accueil {
  background-color: #000000;
  background-image: url("images/auto-dark-grey.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size:25% auto;
  padding: 150px 0 20px; }
  footer.nouvel-accueil div.container {
    max-width: 1480px; }
    footer.nouvel-accueil div.container div.ranger div.colonne {
      width: 50%; }
      @media (max-width: 767px) {
        footer.nouvel-accueil div.container div.ranger div.colonne {
          width: 100%; } }
      footer.nouvel-accueil div.container div.ranger div.colonne a {
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        font-size: 1.25rem; }
  footer.nouvel-accueil h2 {
    font-size: 6rem;
    font-weight: 700;
    margin-bottom: 3rem;
    margin-top: 0;
    line-height: 1.05; }
    @media (max-width: 1279px) {
      footer.nouvel-accueil h2 {
        font-size: 3.5rem; } }
    @media (max-width: 767px) {
      footer.nouvel-accueil h2 {
        font-size: 2.5rem; } }
    @media (max-width: 399px) {
      footer.nouvel-accueil h2 {
        font-size: 2rem; } }
  footer.nouvel-accueil p {
    font-size: 1.125rem;
    color: #fff;
    line-height: 1.875rem;
    max-width: 530px;
    display: block;
    margin: 2rem 0 1rem !important; }
  footer.nouvel-accueil a {
    color: #fff; }
  footer.nouvel-accueil #form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #597EB0;
    opacity: 1;
    /* Firefox */
    font-weight: 400; }
  footer.nouvel-accueil #form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #597EB0;
    font-weight: 400; }
  footer.nouvel-accueil #form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #597EB0;
    font-weight: 400; }
  footer.nouvel-accueil #form input, footer.accueil #form textarea {
    border: 1px solid #597EB0;
    border-radius: 10px;
    background-color: transparent;
    height: 72px;
    padding: 0 25px;
    box-shadow: none;
    color: #fff;
    font-size: 1.25em;
    font-weight: 400; }
  footer.nouvel-accueil #form textarea {
    height: 172px;
    padding: 25px; }
  footer.nouvel-accueil #form button {
    background-color: #6FB544;
    color: #fff;
    font-family: 'dms', sans-serif;
    font-size: 1.125rem;
    padding: 0 50px;
    height: 56px;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    font-weight: 500;
    margin-top: 0; }
  footer.nouvel-accueil #form button.messenger {
    background-color: #002756 !important;
    border-radius: 10px;
    height: 93px !important;
    padding: 0 20px 0 80px;
    background-image: url("images/messenger.png");
    background-size: 40px;
    background-position: left 20px center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 0.963rem;
    font-weight: 400;
    margin: 0;
    margin-top: 54px; }
    @media (max-width: 767px) {
      footer.nouvel-accueil #form button.messenger {
        margin-bottom: 30px; } }
  footer.nouvel-accueil #form .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 30px; }
  footer.nouvel-accueil hr {
    border-top: 1px solid #597EB0;
    width: 100%;
    margin-top: 200px;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      footer.nouvel-accueil hr {
        margin-top: 100px; } }
  footer.nouvel-accueil div.ranger-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    footer.nouvel-accueil div.ranger-menu div.logo {
      width: 280px; }
      footer.nouvel-accueil div.ranger-menu div.logo img {
        width: 100%; }
      @media (max-width: 767px) {
        footer.nouvel-accueil div.ranger-menu div.logo {
          width: 100%; }
          footer.nouvel-accueil div.ranger-menu div.logo img {
            width: 280px;
            display: block;
            margin: 0 auto; } }
    @media (max-width: 767px) {
      footer.nouvel-accueil div.ranger-menu div.menu {
        width: 100%;
        padding-top: 60px; } }
    footer.nouvel-accueil div.ranger-menu div.menu nav {
      padding-right: 50px; }
      @media (max-width: 767px) {
        footer.nouvel-accueil div.ranger-menu div.menu nav {
          padding-right: 0; } }
      footer.nouvel-accueil div.ranger-menu div.menu nav ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        footer.nouvel-accueil div.ranger-menu div.menu nav ul li {
          margin: 0;
          padding: 0; }
          footer.nouvel-accueil div.ranger-menu div.menu nav ul li a {
            display: block;
            padding: 10px 0;
            color: #fff;
            font-size: 1.25rem;
            font-weight: 700;
            line-height: 1; }
            @media (max-width: 767px) {
              footer.nouvel-accueil div.ranger-menu div.menu nav ul li a {
                text-align: center; } }
  footer.nouvel-accueil div.copy p {
    margin: 0;
    color: #6FB544;
    text-align: left;
    font-weight: 400;
    font-size: .875rem;
    max-width: 100%; }
    @media (max-width: 767px) {
      footer.nouvel-accueil div.copy p {
        text-align: center; } }
    footer.nouvel-accueil div.copy p a {
      color: #6FB544; }
	  
	  
	.completed‐by‐year {
	  list-style: none;
	  padding: 0;
	  margin: 1em 0;
	}
	.completed‐by‐year li {
	  padding: .25em 0;
	}
	.completed‐by‐year li strong {
	  width: 4em;
	  display: inline‐block;
	}
	
	/* ========= PROFILE PAGE LAYOUT ========= */

.ep-profile-wrapper {
    max-width: 960px;
    margin: 0 auto 60px;
    padding: 0 15px 40px;
}

.ep-profile-wrapper h1,
.ep-profile-wrapper h2 {
    margin-bottom: 25px;
}

.ep-profile-wrapper h2 {
    font-size: 1.4rem;
    font-weight: 700;
}

/* Messages */
.ep-profile-notice {
    padding: 12px 16px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 0.95rem;
}

.ep-profile-success {
    background: #e8f7ea;
    border: 1px solid #6bb96f;
    color: #29552b;
}

.ep-profile-error {
    background: #fdeaea;
    border: 1px solid #de7a7a;
    color: #7b2626;
}

/* GRID – 2 columns on desktop, 1 on mobile */

.ep-profile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .ep-profile-grid {
        grid-template-columns: 1fr;
    }
}

/* FIELDS */

.ep-profile-field {
    display: flex;
    flex-direction: column;
}

.ep-profile-field label {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #555;
}

.ep-profile-field input[type="text"],
.ep-profile-field input[type="email"],
.ep-profile-field input[type="tel"],
.ep-profile-field input[type="url"] {
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #d0d0d0;
    background-color: #fff;
    font-size: 0.95rem;
    line-height: 1.4;
    box-shadow: none;
    outline: none;
}

/* Override theme hover/focus if necessary */
.ep-profile-field input:focus {
    border-color: #70b642;
    box-shadow: 0 0 0 1px #70b64233;
}

/* Submit button */

.ep-profile-submit {
    margin-top: 24px;
    text-align: right;
}

.ep-profile-submit button {
    padding: 10px 22px;
    border-radius: 25px;
    border: none;
    background: #70b642;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.95rem;
    transition: background 0.2s ease, transform 0.1s ease;
}

.ep-profile-submit button:hover {
    background: #5da334;
    transform: translateY(-1px);
}

/* ========= LANGUAGE SWITCHER IN HEADER ========= */

.ep-lang-switcher {
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    font-size: 0.85rem;
}

.ep-lang-switcher li {
    padding: 2px 6px;
    border-radius: 3px;
}

.ep-lang-switcher li a {
    text-decoration: none;
    color: inherit;
}

.ep-lang-switcher li.active {
    background: #70b642;
    color: #fff;
}
